CI: set CARGO_TERM_COLOR: always

pep created

Signed-off-by: pep <pep@bouah.net>

Change summary

.forgejo/workflows/build.yaml | 1 +
.gitlab-ci.yml                | 1 +
2 files changed, 2 insertions(+)

Detailed changes

.gitlab-ci.yml 🔗

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