From a4d22c95b8a22bfe3d9a1786cf42abf3a70b21f4 Mon Sep 17 00:00:00 2001 From: ZigRazor Date: Mon, 7 Oct 2024 09:05:07 +0200 Subject: [PATCH] Update cmake.yml Correction for test execution --- .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 2b79b68c..13ce0c9e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -56,5 +56,5 @@ jobs: working-directory: ${{github.workspace}}/build/test # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C + run: ctest