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 @@ -146,10 +146,17 @@ jobs:
146146 OMP_NUM_THREADS : ' 2'
147147 run : |
148148 cmake --build build --target test ARGS="-V --timeout 1700 -R MODULE_HSOLVER"
149+
150+ - name : Module Cell Unit Test
151+ env :
152+ GTEST_COLOR : ' yes'
153+ OMP_NUM_THREADS : ' 2'
154+ run : |
155+ cmake --build build --target test ARGS="-V --timeout 1700 -R MODULE_CELL"
149156
150157 - name : Other Unit Tests
151158 env :
152159 GTEST_COLOR : ' yes'
153160 OMP_NUM_THREADS : ' 2'
154161 run : |
155- 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|MODULE_HSOLVER'"
162+ 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|MODULE_HSOLVER|MODULE_CELL '"
You can’t perform that action at this time.
0 commit comments