]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-86275: Run hypothesis tests in parallel (#104427)
authorPaul Ganssle <1377457+pganssle@users.noreply.github.com>
Fri, 12 May 2023 16:23:08 +0000 (12:23 -0400)
committerGitHub <noreply@github.com>
Fri, 12 May 2023 16:23:08 +0000 (16:23 +0000)
Run hypothesis tests in parallel

.github/workflows/build.yml

index f0a2dd5694c0787f8e378da7723a96fe60b0c5dd..69b78e5567adb16ed5f2e33ec3a4358da2eeef34 100644 (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 \