Skip to content

Commit 9f3f3fc

Browse files
committed
Add CTEST_OUTPUT_ON_FAILURE=1
1 parent 1159007 commit 9f3f3fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Run tests
4949
working-directory: build
5050
run: |
51+
export CTEST_OUTPUT_ON_FAILURE=1
5152
cmake --build . --config ${{ matrix.build_type }} --target run_tests
5253
5354
windows_build_fetch_from_source:

0 commit comments

Comments
 (0)