CI: set CARGO_TERM_COLOR: always

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-10-21 23:10:23 +02:00
commit 4faa151120
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ on:
env: env:
FEATURES: "" FEATURES: ""
RUST_BACKTRACE: "full" RUST_BACKTRACE: "full"
CARGO_TERM_COLOR: "always"
jobs: jobs:
lint: lint:

View file

@ -11,6 +11,7 @@ variables:
RUST_BACKTRACE: "full" RUST_BACKTRACE: "full"
RUSTFLAGS: " -D warnings" RUSTFLAGS: " -D warnings"
RUSTDOCFLAGS: " -D warnings" RUSTDOCFLAGS: " -D warnings"
CARGO_TERM_COLOR: "always"
.show-version: .show-version:
before_script: before_script: