mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-18 15:41:12 +00:00
Run tests in verbose mode
This commit is contained in:
parent
675b34f5ad
commit
fea298a1de
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
|
||||
python manage.py test -v 2
|
||||
|
|
Loading…
Reference in a new issue