Skip to content

Commit 4efd927

Browse files
committed
update test.yml
1 parent a226aaa commit 4efd927

File tree

1 file changed

+64
-3
lines changed

1 file changed

+64
-3
lines changed

.github/workflows/test.yml

+64-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ jobs:
5454
GTEST_COLOR: 'yes'
5555
OMP_NUM_THREADS: '2'
5656
run: |
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"
57+
cmake --build build --target test ARGS="-V --timeout 1700 -E 'integrate_test|01_PW|02_NAO_Gamma|03_NAO_multik|04_LJ_DP|05_rtTDDFT|06_SDFT|07_OFDFT|08_EXX|09_DeePKS|10_others|11_PW_GPU|16_SDFT_GPU'"
6058
6159
- name: Integrated Test
6260
env:
@@ -71,3 +69,66 @@ jobs:
7169
OMP_NUM_THREADS: '2'
7270
run: |
7371
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 01_PW"
72+
73+
- name: 02_NAO_Gamma Test
74+
env:
75+
GTEST_COLOR: 'yes'
76+
OMP_NUM_THREADS: '2'
77+
run: |
78+
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 02_NAO_Gamma"
79+
80+
- name: 03_NAO_multik Test
81+
env:
82+
GTEST_COLOR: 'yes'
83+
OMP_NUM_THREADS: '2'
84+
run: |
85+
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 03_NAO_multik"
86+
87+
- name: 04_LJ_DP Test
88+
env:
89+
GTEST_COLOR: 'yes'
90+
OMP_NUM_THREADS: '2'
91+
run: |
92+
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 04_LJ_DP"
93+
94+
- name: 05_rtTDDFT Test
95+
env:
96+
GTEST_COLOR: 'yes'
97+
OMP_NUM_THREADS: '2'
98+
run: |
99+
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 05_rtTDDFT"
100+
101+
- name: 06_SDFT Test
102+
env:
103+
GTEST_COLOR: 'yes'
104+
OMP_NUM_THREADS: '2'
105+
run: |
106+
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 06_SDFT"
107+
108+
- name: 07_OFDFT Test
109+
env:
110+
GTEST_COLOR: 'yes'
111+
OMP_NUM_THREADS: '2'
112+
run: |
113+
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 07_OFDFT"
114+
115+
- name: 08_EXX Test
116+
env:
117+
GTEST_COLOR: 'yes'
118+
OMP_NUM_THREADS: '2'
119+
run: |
120+
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 08_EXX"
121+
122+
- name: 09_DeePKS Test
123+
env:
124+
GTEST_COLOR: 'yes'
125+
OMP_NUM_THREADS: '2'
126+
run: |
127+
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 09_DeePKS"
128+
129+
- name: 10_others Test
130+
env:
131+
GTEST_COLOR: 'yes'
132+
OMP_NUM_THREADS: '2'
133+
run: |
134+
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 10_others"

0 commit comments

Comments
 (0)