mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-15 06:01:25 +00:00
Forgot to add test command to CI
This commit is contained in:
parent
154065d386
commit
35d9b18b89
1 changed files with 2 additions and 0 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
@ -24,3 +24,5 @@ jobs:
|
|||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release --no-restore
|
||||
- name: Test
|
||||
run: dotnet test --no-restore
|
||||
|
|
Loading…
Add table
Reference in a new issue