Skip to content

Commit

Permalink
Run hypothesis tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed May 12, 2023
1 parent b7597da commit 0a520a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ jobs:
# failing when executed from inside a virtual environment.
${{ env.VENV_PYTHON }} -m test \
-W \
-o \
-j4 \
-x test_asyncio \
-x test_multiprocessing_fork \
-x test_multiprocessing_forkserver \
Expand Down

0 comments on commit 0a520a2

Please sign in to comment.