mirror of
https://github.com/Swatinem/rust-cache
synced 2025-12-15 17:38:59 +00:00
Fix trybuild not having terminal color
This commit is contained in:
parent
750da3041b
commit
de5f49845e
2 changed files with 3 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue