mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
GH-86275: Run hypothesis tests in parallel (#104427)
Run hypothesis tests in parallel
This commit is contained in:
parent
b7597dab2c
commit
590d7a527d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue