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
|
name: Dependencies
|
||||||
|
|
||||||
|
env:
|
||||||
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# every monday at 4AM (UTC?)
|
# every monday at 4AM (UTC?)
|
||||||
|
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: Documentation
|
name: Documentation
|
||||||
|
|
||||||
|
env:
|
||||||
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, next]
|
branches: [main, next]
|
||||||
|
3
.github/workflows/msrv.yml
vendored
3
.github/workflows/msrv.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: Rust 1.55
|
name: Rust 1.55
|
||||||
|
|
||||||
|
env:
|
||||||
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, next]
|
branches: [main, next]
|
||||||
|
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: Rust Nightly
|
name: Rust Nightly
|
||||||
|
|
||||||
|
env:
|
||||||
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, next]
|
branches: [main, next]
|
||||||
|
3
.github/workflows/stable.yml
vendored
3
.github/workflows/stable.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: Rust Stable
|
name: Rust Stable
|
||||||
|
|
||||||
|
env:
|
||||||
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, next]
|
branches: [main, next]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user