xo-indentlog: github: re-run tests on failure

This commit is contained in:
Roland Conybeare 2024-04-29 00:49:43 -04:00
commit 6b0acb1d7b

View file

@ -58,3 +58,7 @@ jobs:
# 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}}
- name: Retest self (indentlog)
working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}} --rerun-failed --output-on-failure