Skip to content

Commit

Permalink
github CI turn off kokkos again
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Mauney committed Jun 27, 2023
1 parent 9045c25 commit f1ba3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f1ba3e8

Please sign in to comment.