ci: Set CARGO_TERM_COLOR = always

This commit is contained in:
Jonas Platte 2022-03-02 14:04:44 +01:00
parent 2a3c78de18
commit b7ce34b4d7
No known key found for this signature in database
GPG Key ID: BBA95679259D342F
5 changed files with 15 additions and 0 deletions

View File

@ -1,5 +1,8 @@
name: Dependencies
env:
CARGO_TERM_COLOR: always
on:
schedule:
# every monday at 4AM (UTC?)

View File

@ -1,5 +1,8 @@
name: Documentation
env:
CARGO_TERM_COLOR: always
on:
push:
branches: [main, next]

View File

@ -1,5 +1,8 @@
name: Rust 1.55
env:
CARGO_TERM_COLOR: always
on:
push:
branches: [main, next]

View File

@ -1,5 +1,8 @@
name: Rust Nightly
env:
CARGO_TERM_COLOR: always
on:
push:
branches: [main, next]

View File

@ -1,5 +1,8 @@
name: Rust Stable
env:
CARGO_TERM_COLOR: always
on:
push:
branches: [main, next]