Skip to content

Commit 77e7208

Browse files
committed
github actions run pytest with -v option
1 parent 584b0da commit 77e7208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- run: pipenv install
6767
working-directory: ./tests
6868
- name: run snippets
69-
run: pipenv run pytest
69+
run: pipenv run pytest -v
7070
working-directory: ./tests
7171

7272
format:

0 commit comments

Comments
 (0)