diff --git a/.github/workflows/nightly-pytest.yaml b/.github/workflows/nightly-pytest.yaml index 2479500e3..70ff14233 100644 --- a/.github/workflows/nightly-pytest.yaml +++ b/.github/workflows/nightly-pytest.yaml @@ -95,7 +95,7 @@ jobs: run: echo '::add-matcher::.github/problem-matchers/pytest.json' - name: Run Pytest - run: check/pytest + run: check/pytest -n auto - name: Print debugging info upon job failure if: failure()