summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <1377457+pganssle@users.noreply.github.com>2023-05-12 12:23:08 -0400
committerGitHub <noreply@github.com>2023-05-12 16:23:08 +0000
commit590d7a527d43e4a50fcf74839e516ff7b869434f (patch)
tree1d4a6f23fc3f8b84c15f5764642375c8aa6508d5
parentb7597dab2c9ef7b825e190c5e4b130203361df24 (diff)
downloadcpython-git-590d7a527d43e4a50fcf74839e516ff7b869434f.tar.gz
GH-86275: Run hypothesis tests in parallel (#104427)
Run hypothesis tests in parallel
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f0a2dd5694..69b78e5567 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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 \