Skip to content

Commit 843082e

Browse files
committed
Test: Run RT GPU unit tests in CUDA CI
1 parent 63a4769 commit 843082e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/cuda.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ jobs:
5050
cmake --build build -j4
5151
cmake --install build
5252
53+
- name: Module_LCAO CUDA Unittests
54+
env:
55+
GTEST_COLOR: 'yes'
56+
OMP_NUM_THREADS: '2'
57+
run: |
58+
ctest --test-dir build -V --timeout 1700 -R '^(MODULE_LCAO_tddft_radial_interpolation_cuda_test|MODULE_LCAO_tddft_snap_psibeta_half_test)$'
59+
5360
- name: Test 11_PW_GPU
5461
run: |
5562
cd tests/11_PW_GPU

0 commit comments

Comments
 (0)