forked from mirrors/bookwyrm
Removes verbose flag on unit tests
This commit is contained in:
parent
6d76782ee1
commit
274ddeed85
1 changed files with 1 additions and 1 deletions
2
.github/workflows/django-tests.yml
vendored
2
.github/workflows/django-tests.yml
vendored
|
@ -65,4 +65,4 @@ jobs:
|
|||
EMAIL_HOST_PASSWORD: ""
|
||||
EMAIL_USE_TLS: true
|
||||
run: |
|
||||
python manage.py test -v 2
|
||||
python manage.py test
|
||||
|
|
Loading…
Reference in a new issue