Skip to content

Commit e668982

Browse files
committed
Modify test.yml
1 parent 65a5de0 commit e668982

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,17 @@ jobs:
132132
OMP_NUM_THREADS: '2'
133133
run: |
134134
cmake --build build --target test ARGS="-V --timeout 1700 -R MODULE_BASE"
135+
136+
- name: Module IO Unit Test
137+
env:
138+
GTEST_COLOR: 'yes'
139+
OMP_NUM_THREADS: '2'
140+
run: |
141+
cmake --build build --target test ARGS="-V --timeout 1700 -R MODULE_IO"
135142
136143
- name: Unit Test
137144
env:
138145
GTEST_COLOR: 'yes'
139146
OMP_NUM_THREADS: '2'
140147
run: |
141-
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'"
148+
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|MODULE_BASE|MODULE_IO'"

0 commit comments

Comments
 (0)