GH-86275: Run hypothesis tests in parallel (#104427)

Run hypothesis tests in parallel
This commit is contained in:
Paul Ganssle 2023-05-12 12:23:08 -04:00 committed by GitHub
parent b7597dab2c
commit 590d7a527d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \