[github actions] dotnet test Release (not Debug)

This commit is contained in:
Oliver Booth 2022-04-21 12:32:11 +01:00
parent fb50d3832e
commit b8dd5cc8bf
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 1 additions and 1 deletions

View File

@ -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