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
+1 -1
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