Skip to content

Commit

Permalink
ci: just run ctest --output-on-failure, never run make test #2837
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 11, 2025
1 parent 7a3d89e commit e39b2de
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
make test || { ctest --output-on-failure ; false ; }
ctest --output-on-failure
- name: make install
run: |
Expand Down

0 comments on commit e39b2de

Please sign in to comment.