From 6b0acb1d7b77aefc0b506147da52229200b384a5 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 29 Apr 2024 00:49:43 -0400 Subject: [PATCH] xo-indentlog: github: re-run tests on failure --- .github/workflows/cmake-single-platform.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 433a3f9f..ac19e807 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -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