Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
github actions run pytest with -v option
  • Loading branch information
youknowone committed Feb 2, 2020
commit 77e72083a0d5eb9786551a3807c13105fc789a34
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down