Run tests with -vv, refs #511

windows-github-actions
Simon Willison 2021-07-11 12:40:23 -07:00
rodzic b990abf1e0
commit 5873276c43
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,4 +27,4 @@ jobs:
pip install -e '.[test]'
- name: Run tests
run: |
pytest
pytest -vv