Skip to content

Commit

Permalink
Use CARGO_TERM_COLOR=always in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenengler committed Jun 23, 2024
1 parent 071fb2d commit c95d2dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
pull_request:
types: [opened, synchronize]

env:
CARGO_TERM_COLOR: always

jobs:
testing:
strategy:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
pull_request:
types: [opened, synchronize]

env:
CARGO_TERM_COLOR: always

jobs:
linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c95d2dc

Please sign in to comment.