Skip to content

Commit

Permalink
Add verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Mar 3, 2025
1 parent 30373a7 commit 2e7e6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Run C++ test suite
working-directory: ./build
run: |
ctest -C Debug --output-on-failure
ctest -V -C Debug --output-on-failure
- name: Run PyTest test suite
run: |
Expand Down

0 comments on commit 2e7e6ba

Please sign in to comment.