Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
238: CI: Set Cargo's `term.color` to `always` r=jounathaen a=mkroening



Co-authored-by: Martin Kröning <[email protected]>
  • Loading branch information
bors[bot] and mkroening authored Nov 28, 2021
2 parents 265861f + 779e49c commit 7a519c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- staging
- trying

env:
CARGO_TERM_COLOR: always

jobs:
format:
name: Format
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/kvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- staging
- trying

env:
CARGO_TERM_COLOR: always

jobs:
kvm:
name: KVM Tests
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
schedule:
- cron: '0 3 * * 1'

env:
CARGO_TERM_COLOR: always

jobs:
test:
name: Cargo tests
Expand Down

0 comments on commit 7a519c3

Please sign in to comment.