Skip to content

Commit

Permalink
GH-86275: Run hypothesis tests in parallel (#104427)
Browse files Browse the repository at this point in the history
Run hypothesis tests in parallel
  • Loading branch information
pganssle authored May 12, 2023
1 parent b7597da commit 590d7a5
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 590d7a5

Please sign in to comment.