File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -141,27 +141,27 @@ jobs:
141141 CFLAGS : " -O0"
142142
143143 - name : Test mpi4py (singleton)
144- run : python test/main.py -v
144+ run : python test/main.py -v -x test_doc
145145 if : ${{ true }}
146146 timeout-minutes : 5
147147 - name : Test mpi4py (np=1)
148- run : mpiexec -n 1 python test/main.py -v
148+ run : mpiexec -n 1 python test/main.py -v -x test_doc
149149 if : ${{ true }}
150150 timeout-minutes : 5
151151 - name : Test mpi4py (np=2)
152- run : mpiexec -n 2 python test/main.py -v -f
152+ run : mpiexec -n 2 python test/main.py -v -f -x test_doc
153153 if : ${{ true }}
154154 timeout-minutes : 5
155155 - name : Test mpi4py (np=3)
156- run : mpiexec -n 3 python test/main.py -v -f
156+ run : mpiexec -n 3 python test/main.py -v -f -x test_doc
157157 if : ${{ true }}
158158 timeout-minutes : 5
159159 - name : Test mpi4py (np=4)
160- run : mpiexec -n 4 python test/main.py -v -f
160+ run : mpiexec -n 4 python test/main.py -v -f -x test_doc
161161 if : ${{ true }}
162162 timeout-minutes : 10
163163 - name : Test mpi4py (np=5)
164- run : mpiexec -n 5 python test/main.py -v -f
164+ run : mpiexec -n 5 python test/main.py -v -f -x test_doc
165165 if : ${{ true }}
166166 timeout-minutes : 10
167167
You can’t perform that action at this time.
0 commit comments