run pytest in verbose mode

This commit is contained in:
Dingedi 2022-04-03 11:13:15 +02:00 committed by GitHub
parent 0874dc062e
commit 8c7badff47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,5 +42,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: pytest
run: pytest -v