Skip to content

Commit

Permalink
CICD: add CARGO_TERM_COLOR env var for colors in CI output
Browse files Browse the repository at this point in the history
  • Loading branch information
tertsdiepraam committed Nov 19, 2022
1 parent e6ff094 commit 0cefaed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
RUST_MIN_SRV: "1.60.0" ## MSRV v1.60.0
# * style job configuration
STYLE_FAIL_ON_FAULT: true ## (bool) fail the build if a style job contains a fault (error or warning); may be overridden on a per-job basis
CARGO_TERM_COLOR: always

on: [push, pull_request]

Expand Down

0 comments on commit 0cefaed

Please sign in to comment.