Update cmake.yml

This commit is contained in:
Zhi Guan
2023-12-12 14:48:00 +08:00
parent 651d9902eb
commit 7dbf43ec0f

View File

@@ -36,5 +36,5 @@ jobs:
working-directory: ${{github.workspace}}/build
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{env.BUILD_TYPE}}
run: ctest --rerun-failed --output-on-failure -C ${{env.BUILD_TYPE}}