Skip to content

Commit

Permalink
Build CUDA tests in CUDA CI
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Nov 18, 2022
1 parent 37cb4ca commit b805e3e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,14 @@ jobs:
with:
name: linux-cuda-detailed.log
path: detailed.log
- name: build
- name: build deal.II
run: |
make -j 2
- name: build CUDA tests
run: |
make -j 2 setup_tests_cuda
cd tests/cuda
make compile_test_executables
linux-debug-intel-oneapi:
Expand Down

0 comments on commit b805e3e

Please sign in to comment.