diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11f6ed5..00c80a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,9 @@ jobs: - name: Run pytest run: | . venv/bin/activate + pip install pytest-xdist pytest \ + -n auto \ -qq \ --timeout=20 \ --durations=10 \