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= \