Skip to content

Commit b26ea4b

Browse files
committed
Merge branch 'expose-inter-histopolation-matrices' into struphy-2024
2 parents 426835d + f5930d1 commit b26ea4b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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() }}

0 commit comments

Comments
 (0)