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 1159007 commit 9f3f3fcCopy full SHA for 9f3f3fc
.github/workflows/windows.yml
@@ -48,6 +48,7 @@ jobs:
48
- name: Run tests
49
working-directory: build
50
run: |
51
+ export CTEST_OUTPUT_ON_FAILURE=1
52
cmake --build . --config ${{ matrix.build_type }} --target run_tests
53
54
windows_build_fetch_from_source:
0 commit comments