We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3893887 commit ae55185Copy full SHA for ae55185
1 file changed
.github/workflows/build-all.yml
@@ -35,7 +35,7 @@ jobs:
35
run: dotnet build --no-restore -c Release
36
37
- name: Test
38
- run: dotnet test --no-build --verbosity normal --logger:"xunit;LogFilePath=test-results.xml"
+ run: dotnet test -c Release --no-build --verbosity normal --logger:"xunit;LogFilePath=test-results.xml"
39
40
- name: Publish Test Results
41
uses: EnricoMi/publish-unit-test-result-action@v2
0 commit comments