nix: don't run cargo test for crane buildpackage
CI does this already Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
cb70d51e2b
commit
706c1c993b
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ craneLib.buildPackage ( commonAttrs // {
|
||||||
(features != [])
|
(features != [])
|
||||||
"--features " + (builtins.concatStringsSep "," features);
|
"--features " + (builtins.concatStringsSep "," features);
|
||||||
|
|
||||||
|
# This is redundant with CI
|
||||||
|
cargoTestCommand = "";
|
||||||
|
|
||||||
# This is redundant with CI
|
# This is redundant with CI
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue