summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2021-04-22 22:12:38 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2021-04-22 22:12:44 +0200
commit98b50580e04b8ca5227b51ed027e98a8b75b1b76 (patch)
tree2599f506e7803c1314356f829d6ae832b8de01dc /.github
parent3f2985d58278d46d3c03ba917e53fb3731923895 (diff)
ci improvement
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2bed0a5b..24e953ea 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,6 +8,9 @@ on:
pull_request:
branches: [ master ]
+env:
+ CARGO_TERM_COLOR: always
+
jobs:
build:
strategy: