Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Nov 26, 2024
1 parent b43df02 commit d1a4846
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ jobs:
. ../firedrake_venv/bin/activate
python -m pytest -v tests/regression/ \
-k "poisson_strong or stokes_mini or dg_advection" -m "not parallel"
mpiexec -np 3 python -m pytest -v tests/regression/ \
-k "poisson_strong or stokes_mini or dg_advection" -m parallel[3]
- name: Run parallel smoke tests # ideally in the same step as above
run: |
mpiexec -n 3 python -m pytest -v tests/regression/ \
-k "poisson_strong or stokes_mini or dg_advection" -m "parallel[3]"
timeout-minutes: 30
- name: Post-run cleanup
if: ${{ always() }}
Expand Down

0 comments on commit d1a4846

Please sign in to comment.