Run tests with -vv, refs #511

This commit is contained in:
Simon Willison 2021-07-11 12:40:23 -07:00
commit 5873276c43

View file

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