We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37d276 commit 528617fCopy full SHA for 528617f
1 file changed
.github/workflows/cmake.yml
@@ -26,4 +26,4 @@ jobs:
26
27
- name: Test
28
working-directory: ${{github.workspace}}/build
29
- run: ctest -C ${{env.BUILD_TYPE}}
+ run: ctest -C ${{env.BUILD_TYPE}} --rerun-failed --output-on-failure
0 commit comments