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 866ce50 commit 8df30c7Copy full SHA for 8df30c7
.github/workflows/windows.yml
@@ -49,7 +49,7 @@ jobs:
49
working-directory: build
50
run: |
51
export CTEST_OUTPUT_ON_FAILURE=1
52
- cmake --build . --config ${{ matrix.build_type }} --target run_tests
+ cmake --build . --config ${{ matrix.build_type }} --target run_tests_with_junit_report
53
54
windows_build_fetch_from_source:
55
runs-on: windows-latest
0 commit comments