Turn up the verbosity of CI tests

This commit is contained in:
2021-02-15 18:03:59 +00:00
parent 1a30a418b1
commit f3409d0680

View File

@@ -45,7 +45,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 -n auto --cov
run: pipenv run pytest -n auto -vv --cov
- uses: actions/upload-artifact@v2
if: failure()
with: