ci: Set CARGO_TERM_COLOR = always
This commit is contained in:
parent
2a3c78de18
commit
b7ce34b4d7
3
.github/workflows/audit.yml
vendored
3
.github/workflows/audit.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: Dependencies
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# every monday at 4AM (UTC?)
|
||||
|
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: Documentation
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, next]
|
||||
|
3
.github/workflows/msrv.yml
vendored
3
.github/workflows/msrv.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: Rust 1.55
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, next]
|
||||
|
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: Rust Nightly
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, next]
|
||||
|
3
.github/workflows/stable.yml
vendored
3
.github/workflows/stable.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: Rust Stable
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, next]
|
||||
|
Loading…
x
Reference in New Issue
Block a user