Skip to content

Commit

Permalink
Merge branch 'master' into pbrubeck/feature/fenics-bcs
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrubeck committed Feb 4, 2025
2 parents 89fdfef + c2500aa commit 8f30e7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,15 @@ jobs:
sudo apt -y install parallel
. ../firedrake_venv/bin/activate
python "$(which firedrake-clean)"
python -m pip install pytest-timeout ipympl pytest-split
python -m pip install pytest-timeout ipympl pytest-split pytest-xdist
python -m pip list
- name: Run tests (nprocs = 1)
run: |
: # Use pytest-xdist here so we can have a single collated output (not possible
: # for parallel tests)
. ../firedrake_venv/bin/activate
firedrake-run-split-tests 1 12 "$EXTRA_PYTEST_ARGS --junit-xml=firedrake1_{#}.xml"
firedrake-run-split-tests 1 1 "-n 12 $EXTRA_PYTEST_ARGS --junit-xml=firedrake1_{#}.xml"
- name: Run tests (nprocs = 2)
# Run even if earlier tests failed
Expand Down

0 comments on commit 8f30e7e

Please sign in to comment.