Skip to content

Commit

Permalink
GitHub CI: Also compile matrix_free_kokkos tests in CUDA CI
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Feb 20, 2024
1 parent 85bdc3a commit 542e91f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,11 @@ jobs:
- name: build CUDA tests
run: |
cd build
make -j2 setup_tests_cuda
make -j2 setup_tests_cuda setup_tests_matrix_free_kokkos
cd tests/cuda
make -j2 compile_test_executables
cd ../tests/matrix_free_kokkos
make -j2 compile_test_executables
#############################
# linux-debug-cuda-11-clang #
Expand Down Expand Up @@ -477,6 +479,8 @@ jobs:
- name: build CUDA tests
run: |
cd build
make -j 2 setup_tests_cuda
make -j2 setup_tests_cuda setup_tests_matrix_free_kokkos
cd tests/cuda
make -j2 compile_test_executables
cd ../tests/matrix_free_kokkos
make -j2 compile_test_executables

0 comments on commit 542e91f

Please sign in to comment.