Skip to content

Commit

Permalink
Add all tests back and xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Jul 25, 2024
1 parent 7edf315 commit e20ef0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
. /home/firedrake/firedrake/bin/activate
export PYOP2_CFLAGS='-O0'
python -m pytest \
-n 12 --dist worksteal \
--durations=100 \
--timeout=3600 \
--timeout-method=thread \
-o faulthandler_timeout=3660 \
-v examples
-v unit-tests integration-tests examples

0 comments on commit e20ef0b

Please sign in to comment.