We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34d9e1 commit 9ba6bc9Copy full SHA for 9ba6bc9
.github/workflows/windows.yml
@@ -49,7 +49,7 @@ jobs:
49
working-directory: build
50
env:
51
CTEST_OUTPUT_ON_FAILURE: 1
52
- run: cmake --build . --config ${{ matrix.build_type }} --target run_tests_with_junit_report
+ run: cmake --build . --config ${{ matrix.build_type }} --target run_tests
53
54
windows_build_fetch_from_source:
55
runs-on: windows-latest
0 commit comments