Merge pull request #1139 from davidhewitt/ci-color

Enable colored cargo output in CI
This commit is contained in:
Yuji Kanagawa 2020-09-03 00:03:30 +09:00 committed by GitHub
commit 1c696714e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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