Skip to content

Commit

Permalink
pytest xdist -n auto
Browse files Browse the repository at this point in the history
  • Loading branch information
dato committed Jul 29, 2024
1 parent 2133c41 commit 0e6bfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Check migrations up-to-date
run: python ./manage.py makemigrations --check -v 3
- name: Run Tests
run: pytest -n 3
run: pytest -n auto

pylint:
name: Linting (pylint)
Expand Down

0 comments on commit 0e6bfb0

Please sign in to comment.