From 7dbf43ec0fd40cb7080cfeec255b210ecf4f24b9 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Tue, 12 Dec 2023 14:48:00 +0800 Subject: [PATCH] Update cmake.yml --- .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 3e4eef2b9..944cf0106 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -36,5 +36,5 @@ 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 --rerun-failed --output-on-failure -C ${{env.BUILD_TYPE}}