ci/nix: use a "test"
cargo profile
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
04971d0430
commit
fb8a2846df
6 changed files with 40 additions and 5 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
let
|
||||
main' = main.override {
|
||||
profile = "dev";
|
||||
profile = "test";
|
||||
all_features = true;
|
||||
disable_release_max_log_level = true;
|
||||
disable_features = [
|
||||
|
|
|
@ -153,7 +153,7 @@ commonAttrs = {
|
|||
];
|
||||
};
|
||||
|
||||
dontStrip = profile == "dev";
|
||||
dontStrip = profile == "dev" || profile == "test";
|
||||
|
||||
buildInputs = lib.optional (featureEnabled "jemalloc") rust-jemalloc-sys';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue