From f03275475cc29f54666c9d3be70eb2e1e6245f71 Mon Sep 17 00:00:00 2001 From: Jason Kai <21226986+kaitj@users.noreply.github.com> Date: Fri, 10 Apr 2026 16:23:54 -0400 Subject: [PATCH] Set pytest parallelism to 8 workers --- .github/workflows/test_full.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_full.yaml b/.github/workflows/test_full.yaml index 386a8cb3..1cd61069 100644 --- a/.github/workflows/test_full.yaml +++ b/.github/workflows/test_full.yaml @@ -47,7 +47,7 @@ jobs: export COVERAGE_FILE="$JOB_TMP/.coverage" uv run pytest \ - -n auto \ + -n 8 \ --runner=podman \ --basetemp=$JOB_TMP/pytest-tmp \ --cov-report= \