1
0
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:
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

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