Skip to content

Commit ae55185

Browse files
authored
Update build-all.yml
1 parent 3893887 commit ae55185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: dotnet build --no-restore -c Release
3636

3737
- name: Test
38-
run: dotnet test --no-build --verbosity normal --logger:"xunit;LogFilePath=test-results.xml"
38+
run: dotnet test -c Release --no-build --verbosity normal --logger:"xunit;LogFilePath=test-results.xml"
3939

4040
- name: Publish Test Results
4141
uses: EnricoMi/publish-unit-test-result-action@v2

0 commit comments

Comments
 (0)