We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb3e4d commit 4d18145Copy full SHA for 4d18145
.github/workflows/test.yaml
@@ -24,4 +24,4 @@ jobs:
24
pip install -e .
25
- name: Test with pytest
26
run: |
27
- pytest tests
+ pytest -s tests
0 commit comments