We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f1395 commit f242bb3Copy full SHA for f242bb3
.github/workflows/didsdk-deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
pip install -e .[dev]
26
- name: Run Test
27
run: |
28
- python -m pytest -ra
+ python -m pytest -v -ra
29
30
deploy:
31
needs: unittest
0 commit comments