Skip to content

Commit a226aaa

Browse files
committed
update test.yml
1 parent c607f14 commit a226aaa

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/test.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,26 @@ jobs:
4848
run: |
4949
cmake --build build -j8
5050
cmake --install build
51+
5152
- name: Unit Test
5253
env:
5354
GTEST_COLOR: 'yes'
5455
OMP_NUM_THREADS: '2'
5556
run: |
56-
cmake --build build --target test ARGS="-V --timeout 1700 -E integrated_test"
57+
cmake --build build --target test ARGS="-V --timeout 1700 -E integrate_test|01_PW \
58+
|02_NAO_Gamma|03_NAO_multik|04_LJ_DP|05_rtTDDFT|06_SDFT|07_OFDFT|08_EXX|09_DeePKS \
59+
|10_others|11_PW_GPU|16_SDFT_GPU"
60+
5761
- name: Integrated Test
5862
env:
5963
GTEST_COLOR: 'yes'
6064
OMP_NUM_THREADS: '2'
6165
run: |
6266
cmake --build build --target test ARGS="-V --timeout 1700 -R integrated_test"
6367
68+
- name: 01_PW Test
69+
env:
70+
GTEST_COLOR: 'yes'
71+
OMP_NUM_THREADS: '2'
72+
run: |
73+
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 01_PW"

0 commit comments

Comments
 (0)