Skip to content

Commit ddfec3a

Browse files
authored
Merge pull request #1739 from youknowone/pytest-v
github actions run pytest with -v option
2 parents 584b0da + 77e7208 commit ddfec3a

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)