Update build.yml to run tests
This commit is contained in:
parent
7351c663fa
commit
927af656ab
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -19,5 +19,7 @@ jobs:
|
|||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 5.0.x
|
||||
- name: Build with dotnet
|
||||
- name: Build project
|
||||
run: dotnet build -c Release
|
||||
- name: Test project
|
||||
run: dotnet test
|
||||
|
|
|
|||
Loading…
Reference in a new issue