Skip to content

Commit

Permalink
ci: Enable color in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Dec 24, 2024
1 parent a8c6857 commit c0def5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
- name: Clippy check
run: cargo clippy
- name: Test
run: cargo test
run: cargo test --color=always
env:
DATABASE_URL: postgres://postgres@localhost:5432/

0 comments on commit c0def5b

Please sign in to comment.