1
0
Fork 0
mirror of https://github.com/yaakov-h/Shamir.git synced 2025-07-15 07:35:14 +00:00

run tests in CI

This commit is contained in:
Yaakov 2021-09-25 23:05:07 +10:00
parent f45b840705
commit d351476ba9

View file

@ -32,3 +32,6 @@ jobs:
- name: Build Solution - name: Build Solution
run: dotnet build -c ${{ matrix.configuration }} shamir.sln run: dotnet build -c ${{ matrix.configuration }} shamir.sln
- name: Run Tests
run: dotnet test -c ${{ matrix.configuration }} shamir.sln