diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7ad807e95..cfc9e4846 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: run: | mkdir -p bin cd bin - cmake -DSPINER_USE_HDF=ON -DSPINER_BUILD_TESTS=ON -DSPINER_TEST_USE_KOKKOS .. + cmake -DSPINER_USE_HDF=ON -DSPINER_BUILD_TESTS=ON -DSPINER_TEST_USE_KOKKOS=OFF .. make -j make test valgrind --leak-check=yes --track-origins=yes ./test/test.bin