Skip to content

Commit

Permalink
Update ctest.yml for verbose output on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored Jun 8, 2024
1 parent c43b27f commit 2892f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build
shell: bash
run: ctest -C $BUILD_TYP
run: ctest -output-on-failure -C $BUILD_TYP

- name: Fatal Exit Example Linux/OSX
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit 2892f05

Please sign in to comment.