File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -174,28 +174,28 @@ jobs:
174174 run : |
175175 export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
176176 export OMP_NUM_THREADS=2
177- python -m pytest -n auto --pyargs psydac -m "not parallel and not petsc" -ra
177+ python -m pytest -n auto --pyargs psydac -m "not parallel and not petsc"
178178
179179 - name : Run MPI tests with Pytest
180180 working-directory : ./pytest
181181 run : |
182182 export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
183183 export OMP_NUM_THREADS=2
184- python mpi_tester.py --mpirun="mpiexec -n 4 ${MPI_OPTS}" --pyargs psydac -m "parallel and not petsc" -ra
184+ python mpi_tester.py --mpirun="mpiexec -n 4 ${MPI_OPTS}" --pyargs psydac -m "parallel and not petsc"
185185
186186 - name : Run single-process PETSc tests with Pytest
187187 working-directory : ./pytest
188188 run : |
189189 export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
190190 export OMP_NUM_THREADS=2
191- python -m pytest -n auto --pyargs psydac -m "not parallel and petsc" -ra
191+ python -m pytest -n auto --pyargs psydac -m "not parallel and petsc"
192192
193193 - name : Run MPI PETSc tests with Pytest
194- working-directory : ./
194+ working-directory : ./pytest
195195 run : |
196196 export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
197197 export OMP_NUM_THREADS=2
198- python mpi_tester.py --mpirun="mpiexec -n 4 ${MPI_OPTS}" --pyargs psydac -m "parallel and petsc" -ra
198+ python mpi_tester.py --mpirun="mpiexec -n 4 ${MPI_OPTS}" --pyargs psydac -m "parallel and petsc"
199199
200200 - name : Remove test directory
201201 if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments