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:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user