We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341c496 commit 036dc03Copy full SHA for 036dc03
.github/workflows/check.yaml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Test with pytest
58
timeout-minutes: 5
59
- run: uv run pytest --no-cov --timeout=10 -vv
+ run: uv run pytest --no-cov --timeout=10 --color=yes -vv
60
61
- name: Minimize uv cache
62
run: uv cache prune --ci
0 commit comments