Merge pull request #1739 from youknowone/pytest-v

github actions run pytest with -v option
This commit is contained in:
Noah
2020-02-02 10:52:04 -06:00
committed by GitHub

View File

@@ -66,7 +66,7 @@ jobs:
- run: pipenv install
working-directory: ./tests
- name: run snippets
run: pipenv run pytest
run: pipenv run pytest -v
working-directory: ./tests
format: