File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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 '"
You can’t perform that action at this time.
0 commit comments