Skip to content

Commit ff56443

Browse files
committed
-n auto is from pytest-xdist
1 parent e8fcfbb commit ff56443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
- uses: ./.github/workflows/python_and_pip
5555
- name: Run tests
56-
run: pytest -s -n auto --splits 5 --group ${{ matrix.groups }} --splitting-algorithm least_duration
56+
run: pytest -s --splits 5 --group ${{ matrix.groups }} --splitting-algorithm least_duration
5757

5858
deploy_to_heroku:
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)