Skip to content

Commit 1c08ab1

Browse files
committed
more pytest debug output
1 parent 71497c0 commit 1c08ab1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ jobs:
163163
164164
- name: Run tests
165165
run: |
166-
poetry run pytest tests-simple
166+
$env:PYTEST_DEBUG = "1"
167+
poetry run pytest -sv tests-simple
167168
168169
- name: Run tests
169170
run: |

0 commit comments

Comments
 (0)