File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -48,16 +48,26 @@ jobs:
48
48
run : |
49
49
cmake --build build -j8
50
50
cmake --install build
51
+
51
52
- name : Unit Test
52
53
env :
53
54
GTEST_COLOR : ' yes'
54
55
OMP_NUM_THREADS : ' 2'
55
56
run : |
56
- cmake --build build --target test ARGS="-V --timeout 1700 -E integrated_test"
57
+ cmake --build build --target test ARGS="-V --timeout 1700 -E integrate_test|01_PW \
58
+ |02_NAO_Gamma|03_NAO_multik|04_LJ_DP|05_rtTDDFT|06_SDFT|07_OFDFT|08_EXX|09_DeePKS \
59
+ |10_others|11_PW_GPU|16_SDFT_GPU"
60
+
57
61
- name : Integrated Test
58
62
env :
59
63
GTEST_COLOR : ' yes'
60
64
OMP_NUM_THREADS : ' 2'
61
65
run : |
62
66
cmake --build build --target test ARGS="-V --timeout 1700 -R integrated_test"
63
67
68
+ - name : 01_PW Test
69
+ env :
70
+ GTEST_COLOR : ' yes'
71
+ OMP_NUM_THREADS : ' 2'
72
+ run : |
73
+ cmake --build build --target test ARGS="-V --timeout 1700 -E -R 01_PW"
You can’t perform that action at this time.
0 commit comments