From 207584075e8c462fd6213894a3501b5a00898092 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 31 Jan 2023 23:01:42 +0100 Subject: Rerun failed tests with output for debugging --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6bb2eb0d..864ddc15 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -72,4 +72,4 @@ 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 -C ${{env.BUILD_TYPE}} || ctest -C ${{env.BUILD_TYPE}} --rerun-failed --output-on-failure -- cgit v1.2.3