Skip to content

Commit

Permalink
Set CARGO_TERM_COLOR=always in GitHub Actions CI.
Browse files Browse the repository at this point in the history
GitHub CI supports ANSI color codes, so this makes the output look a lot
prettier.
  • Loading branch information
sunshowers committed Sep 10, 2022
1 parent c929ff3 commit 3e2117f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- version-0.4

name: tests
env:
CARGO_TERM_COLOR: always

jobs:
ci:
Expand Down

0 comments on commit 3e2117f

Please sign in to comment.