Skip to content

Commit 77a800e

Browse files
cmake action: --rerun-failed --output-on-failure
1 parent 4c229b9 commit 77a800e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ jobs:
8686
working-directory: ${{github.workspace}}/build
8787
# Execute tests defined by the CMake configuration.
8888
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
89-
run: ctest -C ${{env.BUILD_TYPE}}
89+
run: ctest -C ${{env.BUILD_TYPE}} --rerun-failed --output-on-failure
9090

0 commit comments

Comments
 (0)