Use CTest --output-on-failure flag

This commit is contained in:
Chris Thrasher
2025-04-26 09:11:21 -06:00
parent ec571515c8
commit 6aac11e17d
5 changed files with 5 additions and 15 deletions

View File

@@ -32,7 +32,5 @@ jobs:
- name: Run tests
working-directory: ${{runner.workspace}}/build
env:
CTEST_OUTPUT_ON_FAILURE: 1
run: ctest -C ${{matrix.build_type}} -j %NUMBER_OF_PROCESSORS%
run: ctest -C ${{matrix.build_type}} -j %NUMBER_OF_PROCESSORS% --output-on-failure
shell: cmd