File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -139,10 +139,17 @@ jobs:
139
139
OMP_NUM_THREADS : ' 2'
140
140
run : |
141
141
cmake --build build --target test ARGS="-V --timeout 1700 -R MODULE_IO"
142
+
143
+ - name : Module HSolver Unit Test
144
+ env :
145
+ GTEST_COLOR : ' yes'
146
+ OMP_NUM_THREADS : ' 2'
147
+ run : |
148
+ cmake --build build --target test ARGS="-V --timeout 1700 -R MODULE_HSOLVER"
142
149
143
- - name : Unit Test
150
+ - name : Other Unit Tests
144
151
env :
145
152
GTEST_COLOR : ' yes'
146
153
OMP_NUM_THREADS : ' 2'
147
154
run : |
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'"
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 '"
You can’t perform that action at this time.
0 commit comments