Skip to content

Commit 5e8111c

Browse files
committed
Modify GitHub CI/CD config file
1 parent 7d8ddd2 commit 5e8111c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cuda.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
cd tests/13_NAO_multik_GPU
5353
bash ../integrate/Autotest.sh -n 2 -f CASES_GPU.txt
5454
55+
- name: Test 15_rtTDDFT_GPU
56+
run: |
57+
cd tests/15_rtTDDFT_GPU
58+
bash ../integrate/Autotest.sh -n 2 -f CASES_GPU.txt
59+
5560
- name: Test 16_SDFT_GPU
5661
run: |
5762
cd tests/16_SDFT_GPU

0 commit comments

Comments
 (0)