From 7f38c08e7aa28260834bfdb4507fcdab3d421c1c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 25 May 2020 19:49:26 +0000 Subject: [PATCH] Updating GHES workflows --- ci/rust.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/rust.yml b/ci/rust.yml index 6738b0b..3c13d1b 100644 --- a/ci/rust.yml +++ b/ci/rust.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ master ] +env: + CARGO_TERM_COLOR: always + jobs: build: