From f2aabc5e0595b73d7c2ed271263bd557b51e3407 Mon Sep 17 00:00:00 2001 From: zSchoen Date: Wed, 25 Oct 2023 19:30:05 +0200 Subject: [PATCH] add Cargo color to CI --- .github/workflows/rust-clippy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 955c5ef..9929707 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -7,6 +7,9 @@ on: # The branches below must be a subset of the branches above branches: [ "MAIN" ] +env: + CARGO_TERM_COLOR: always + jobs: rust-clippy-analyze: name: Run rust-clippy analyzing