From 36039f8e3807e95b6ea4d5154e80eacf73e14cca Mon Sep 17 00:00:00 2001 From: Satoshi Terasaki Date: Thu, 12 Dec 2024 20:04:36 +0900 Subject: [PATCH] Revert "Revert "Run /test/libsparseirtests"" This reverts commit 505f5677cfc8f887ff46740819c4a16dbeea2d0d. --- .github/workflows/CI_cmake.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI_cmake.yml b/.github/workflows/CI_cmake.yml index c2dcbb4..c0e74d2 100644 --- a/.github/workflows/CI_cmake.yml +++ b/.github/workflows/CI_cmake.yml @@ -37,5 +37,7 @@ 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: ./test/libsparseirtests + #run: ctest -C ${{env.BUILD_TYPE}} +