Removes verbose flag on unit tests
This commit is contained in:
parent
6d76782ee1
commit
274ddeed85
|
@ -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…
Reference in New Issue