Skip to content

Commit

Permalink
ci: rerun with --output-on-failure on test error #2837
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 11, 2025
1 parent 092fab5 commit 7a3d89e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
- name: ctest
run: |
cd build
make test
#ctest --output-on-failure
make test || { ctest --output-on-failure ; false ; }
- name: make install
run: |
Expand Down

0 comments on commit 7a3d89e

Please sign in to comment.