We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-n auto
pytest-xdist
1 parent e8fcfbb commit ff56443Copy full SHA for ff56443
.github/workflows/django.yml
@@ -53,7 +53,7 @@ jobs:
53
- uses: actions/checkout@v4
54
- uses: ./.github/workflows/python_and_pip
55
- name: Run tests
56
- run: pytest -s -n auto --splits 5 --group ${{ matrix.groups }} --splitting-algorithm least_duration
+ run: pytest -s --splits 5 --group ${{ matrix.groups }} --splitting-algorithm least_duration
57
58
deploy_to_heroku:
59
runs-on: ubuntu-latest
0 commit comments