Added `--output-on-failure`

pull/254/head
yhirose 2 years ago
parent 66e5412b14
commit b3f4381508
  1. 2
      .github/workflows/cmake.yml

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

Loading…
Cancel
Save