ci: just run ctest --output-on-failure, never run make test #2837

This commit is contained in:
nick black 2025-01-11 13:53:17 -05:00
parent 7a3d89ed39
commit e39b2de183
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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: |