Run tests verbosely

This commit is contained in:
Andrew Cassidy 2022-06-26 19:08:14 -07:00
parent 598175739f
commit ef8a41fe03

View File

@ -54,7 +54,7 @@ jobs:
cmake --build .
- name: Test C code
run: ctest
run: ctest -V
build-sdist:
name: Build SDist