We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb60e2f commit 9268f4bCopy full SHA for 9268f4b
.github/workflows/test.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Install project
23
run: poetry install
24
- name: Run pytest
25
- run: poetry run pytest
+ run: poetry run pytest -s
0 commit comments