mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 05:15:43 +00:00
[github actions] dotnet test Release (not Debug)
This commit is contained in:
parent
fb50d3832e
commit
b8dd5cc8bf
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@ -30,4 +30,4 @@ jobs:
|
||||
run: dotnet build --no-restore --configuration Release
|
||||
|
||||
- name: Test
|
||||
run: dotnet test --no-build --verbosity normal
|
||||
run: dotnet test --no-build --verbosity normal --configuration Release
|
||||
|
Loading…
Reference in New Issue
Block a user