Added --output-on-failure

This commit is contained in:
yhirose 2022-09-03 08:36:38 -04:00
parent 66e5412b14
commit b3f4381508

View File

@ -46,4 +46,4 @@ jobs:
shell: bash
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C $BUILD_TYPE
run: ctest -C $BUILD_TYPE --output-on-failure