3
0
Fork 0
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:
marc0246 2025-12-01 14:55:25 +01:00
parent 750da3041b
commit de5f49845e
No known key found for this signature in database
GPG key ID: 7C39D3F6447830F2
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -23,6 +23,7 @@
pkg-config
rust-bin.stable.latest.minimal
];
CARGO_TERM_COLOR = "always";
};
}
);