Skip to content

Commit

Permalink
chore: color=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Nov 15, 2024
1 parent 341c496 commit 036dc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Test with pytest
timeout-minutes: 5
run: uv run pytest --no-cov --timeout=10 -vv
run: uv run pytest --no-cov --timeout=10 --color=yes -vv

- name: Minimize uv cache
run: uv cache prune --ci

0 comments on commit 036dc03

Please sign in to comment.