mirror of
https://github.com/Swatinem/rust-cache.git
synced 2025-12-18 07:29:42 +00:00
Fix trybuild not having terminal color
This commit is contained in:
parent
750da3041b
commit
de5f49845e
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
@ -28,6 +28,6 @@ jobs:
|
||||
cmd-format: nix develop ./tests -c {0}
|
||||
|
||||
- run: |
|
||||
nix develop -c cargo check --color always
|
||||
nix develop -c cargo test --color always
|
||||
nix develop -c cargo check
|
||||
nix develop -c cargo test
|
||||
working-directory: tests
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
pkg-config
|
||||
rust-bin.stable.latest.minimal
|
||||
];
|
||||
CARGO_TERM_COLOR = "always";
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user