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 3a73225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run C++ test suite
working-directory: ./build
run: |
ctest -C Debug --output-on-failure
ctest -V -C Debug --output-on-failure
# Do not run on MacOS for now - we do not yet officially support it and we need to invest a bit
# more efforts into investigating broken LAZ files written by Helios on MacOS.
Expand Down
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 3a73225

Please sign in to comment.