Skip to content

Commit 3452c9f

Browse files
committed
update test.yml
1 parent 4d4c47e commit 3452c9f

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

.github/workflows/test.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ jobs:
4949
cmake --build build -j8
5050
cmake --install build
5151
52-
- name: Unit Test
53-
env:
54-
GTEST_COLOR: 'yes'
55-
OMP_NUM_THREADS: '2'
56-
run: |
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'"
58-
5952
- name: Integrated Test
6053
env:
6154
GTEST_COLOR: 'yes'
@@ -68,67 +61,75 @@ jobs:
6861
GTEST_COLOR: 'yes'
6962
OMP_NUM_THREADS: '2'
7063
run: |
71-
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 01_PW"
64+
cmake --build build --target test ARGS="-V --timeout 1700 -R 01_PW"
7265
7366
- name: 02_NAO_Gamma Test
7467
env:
7568
GTEST_COLOR: 'yes'
7669
OMP_NUM_THREADS: '2'
7770
run: |
78-
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 02_NAO_Gamma"
71+
cmake --build build --target test ARGS="-V --timeout 1700 -R 02_NAO_Gamma"
7972
8073
- name: 03_NAO_multik Test
8174
env:
8275
GTEST_COLOR: 'yes'
8376
OMP_NUM_THREADS: '2'
8477
run: |
85-
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 03_NAO_multik"
78+
cmake --build build --target test ARGS="-V --timeout 1700 -R 03_NAO_multik"
8679
8780
- name: 04_LJ_DP Test
8881
env:
8982
GTEST_COLOR: 'yes'
9083
OMP_NUM_THREADS: '2'
9184
run: |
92-
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 04_LJ_DP"
85+
cmake --build build --target test ARGS="-V --timeout 1700 -R 04_LJ_DP"
9386
9487
- name: 05_rtTDDFT Test
9588
env:
9689
GTEST_COLOR: 'yes'
9790
OMP_NUM_THREADS: '2'
9891
run: |
99-
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 05_rtTDDFT"
92+
cmake --build build --target test ARGS="-V --timeout 1700 -R 05_rtTDDFT"
10093
10194
- name: 06_SDFT Test
10295
env:
10396
GTEST_COLOR: 'yes'
10497
OMP_NUM_THREADS: '2'
10598
run: |
106-
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 06_SDFT"
99+
cmake --build build --target test ARGS="-V --timeout 1700 -R 06_SDFT"
107100
108101
- name: 07_OFDFT Test
109102
env:
110103
GTEST_COLOR: 'yes'
111104
OMP_NUM_THREADS: '2'
112105
run: |
113-
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 07_OFDFT"
106+
cmake --build build --target test ARGS="-V --timeout 1700 -R 07_OFDFT"
114107
115108
- name: 08_EXX Test
116109
env:
117110
GTEST_COLOR: 'yes'
118111
OMP_NUM_THREADS: '2'
119112
run: |
120-
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 08_EXX"
113+
cmake --build build --target test ARGS="-V --timeout 1700 -R 08_EXX"
121114
122115
- name: 09_DeePKS Test
123116
env:
124117
GTEST_COLOR: 'yes'
125118
OMP_NUM_THREADS: '2'
126119
run: |
127-
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 09_DeePKS"
120+
cmake --build build --target test ARGS="-V --timeout 1700 -R 09_DeePKS"
128121
129122
- name: 10_others Test
130123
env:
131124
GTEST_COLOR: 'yes'
132125
OMP_NUM_THREADS: '2'
133126
run: |
134-
cmake --build build --target test ARGS="-V --timeout 1700 -E -R 10_others"
127+
cmake --build build --target test ARGS="-V --timeout 1700 -R 10_others"
128+
129+
- name: Unit 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 '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'"
135+

0 commit comments

Comments
 (0)