mirror of
https://github.com/yaakov-h/Shamir.git
synced 2025-01-18 08:46:33 +00:00
run tests in CI
This commit is contained in:
parent
f45b840705
commit
d351476ba9
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -32,3 +32,6 @@ jobs:
|
|||
|
||||
- name: Build Solution
|
||||
run: dotnet build -c ${{ matrix.configuration }} shamir.sln
|
||||
|
||||
- name: Run Tests
|
||||
run: dotnet test -c ${{ matrix.configuration }} shamir.sln
|
||||
|
|
Loading…
Reference in a new issue