Skip to content

Commit

Permalink
force color cargo output in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnen committed Nov 3, 2023
1 parent 899f57c commit 72875cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on: [push, pull_request]

name: CI

env:
CARGO_TERM_COLOR: always

jobs:
check:
name: Check
Expand Down Expand Up @@ -61,4 +64,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: -- -D warnings

0 comments on commit 72875cb

Please sign in to comment.