macos: run ctest with -V

This commit is contained in:
nick black 2025-01-30 23:20:14 -05:00
parent 17af448d36
commit 6c936bea17
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
ctest --output-on-failure
ctest -V --output-on-failure --stop-on-failure
- name: make install
run: |