From: Paul Ganssle <1377457+pganssle@users.noreply.github.com> Date: Fri, 12 May 2023 16:23:08 +0000 (-0400) Subject: GH-86275: Run hypothesis tests in parallel (#104427) X-Git-Tag: v3.12.0b1~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=590d7a527d43e4a50fcf74839e516ff7b869434f;p=thirdparty%2FPython%2Fcpython.git GH-86275: Run hypothesis tests in parallel (#104427) Run hypothesis tests in parallel --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0a2dd5694c0..69b78e5567ad 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 \