tweak color env variable options

As noted in mylog's 2b1085c:
Looks like both the GNU tools' --color argument and cargo's
CARGO_TERM_COLOR expect always/never rather than on/off. Match that.
Might as well understand off/no/false and on/yes/true also.
This commit is contained in:
Scott Lamb
2021-03-12 09:24:20 -08:00
parent 8ced3155e2
commit 1458d668d7
3 changed files with 7 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
MOONFIRE_COLOR: always
RUST_BACKTRACE: 1
jobs: