From f1ba3e85d77df0a16ed674636cdacf0bc6909483 Mon Sep 17 00:00:00 2001 From: Christopher Mauney Date: Tue, 27 Jun 2023 14:55:27 -0600 Subject: [PATCH] github CI turn off kokkos again --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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