Removes verbose flag on unit tests
This commit is contained in:
parent
6d76782ee1
commit
274ddeed85
2
.github/workflows/django-tests.yml
vendored
2
.github/workflows/django-tests.yml
vendored
@ -65,4 +65,4 @@ jobs:
|
|||||||
EMAIL_HOST_PASSWORD: ""
|
EMAIL_HOST_PASSWORD: ""
|
||||||
EMAIL_USE_TLS: true
|
EMAIL_USE_TLS: true
|
||||||
run: |
|
run: |
|
||||||
python manage.py test -v 2
|
python manage.py test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user