Less threads equals more better?

This commit is contained in:
2021-02-09 21:57:48 +00:00
parent 7062ccd5f8
commit 5a8011a8e3

View File

@@ -49,7 +49,7 @@ jobs:
pipenv run python manage.py makemigrations --check --dry-run
pipenv run python manage.py collectstatic --noinput
- name: Run Tests
run: pipenv run pytest --cov -n 8
run: pipenv run pytest --cov -n 4
- uses: actions/upload-artifact@v2
if: failure()
with: