Enable colored cargo output in CI

This commit is contained in:
David Hewitt 2020-09-01 20:59:28 +01:00
parent c5065893dd
commit 025f365cbe
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@ on:
- master
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
fmt:
runs-on: ubuntu-latest

View File

@ -6,6 +6,9 @@ on:
- master
release:
env:
CARGO_TERM_COLOR: always
jobs:
deploy:
runs-on: ubuntu-latest