Skip to content

Commit

Permalink
macos: run ctest with -V
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 31, 2025
1 parent 17af448 commit 6c936be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: ctest
run: |
cd build
ctest --output-on-failure
ctest -V --output-on-failure --stop-on-failure
- name: make install
run: |
Expand Down

0 comments on commit 6c936be

Please sign in to comment.