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}} +