Skip to content

Commit

Permalink
--output-on-failure
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Oct 31, 2024
1 parent 4e1ddd5 commit 98d66e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Test
run: |
cd build/tests && ctest
cd build/tests && ctest --output-on-failure
vcpkg-on-linux:
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Test
run: |
cd build/tests && ctest
cd build/tests && ctest --output-on-failure
vcpkg-on-windows:
Expand All @@ -74,5 +74,5 @@ jobs:

- name: Test
run: |
cd build/tests && ctest -C Release
cd build/tests && ctest -C Release --output-on-failure
shell: bash

0 comments on commit 98d66e9

Please sign in to comment.