Skip to content

Commit

Permalink
Added ctest --extra-verbose flagin ci.yml to show which test would fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramy-Badr-Ahmed committed Oct 12, 2024
1 parent cdc1827 commit 9e19df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Test
working-directory: ${{env.build_path}}
run: ctest --output-on-failure
run: ctest --output-on-failure --extra-verbose

- name: Run examples
working-directory: ${{env.build_path}}
Expand Down

0 comments on commit 9e19df2

Please sign in to comment.