Skip to content

Commit

Permalink
Have ctest print output on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-byers committed Aug 12, 2024
1 parent 318f152 commit f471a08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ jobs:

- name: Test
working-directory: ${{ env.build_dir }}
run: ctest -V --build-config ${{ matrix.build_type }}

run: ctest -V --build-config ${{ matrix.build_type }} --output-on-failure

0 comments on commit f471a08

Please sign in to comment.