From 505f5677cfc8f887ff46740819c4a16dbeea2d0d Mon Sep 17 00:00:00 2001 From: SatoshiTerasaki Date: Thu, 12 Dec 2024 19:58:18 +0900 Subject: [PATCH] Revert "Run /test/libsparseirtests" This reverts commit 30432f26149f01aa24ff95c5a6e6a19ceeda5e5e. --- .github/workflows/CI_cmake.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/CI_cmake.yml b/.github/workflows/CI_cmake.yml index c0e74d2..c2dcbb4 100644 --- a/.github/workflows/CI_cmake.yml +++ b/.github/workflows/CI_cmake.yml @@ -37,7 +37,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: ./test/libsparseirtests - #run: ctest -C ${{env.BUILD_TYPE}} - + run: ctest -C ${{env.BUILD_TYPE}}