8000 GH-86275: Run hypothesis tests in parallel (#104427) · python/cpython@590d7a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 590d7a5

Browse files
authored
GH-86275: Run hypothesis tests in parallel (#104427)
Run hypothesis tests in parallel
1 parent b7597da commit 590d7a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,8 @@ jobs:
377377
# failing when executed from inside a virtual environment.
378378
${{ env.VENV_PYTHON }} -m test \
379379
-W \
380+
-o \
381+
-j4 \
380382
-x test_asyncio \
381383
-x test_multiprocessing_fork \
382384
-x test_multiprocessing_forkserver \

0 commit comments

Comments
 (0)
0