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