We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da4e45e + a069208 commit 3762bb7Copy full SHA for 3762bb7
1 file changed
.github/workflows/tests.yaml
@@ -46,7 +46,7 @@ jobs:
46
- name: Run tests
47
env:
48
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
- run: pytest
+ run: pytest --verbose --color=yes --durations=10
50
51
docs:
52
runs-on: ubuntu-latest
0 commit comments