diff --git a/nix/pkgs/main/default.nix b/nix/pkgs/main/default.nix index 3ede7ffd..cb173422 100644 --- a/nix/pkgs/main/default.nix +++ b/nix/pkgs/main/default.nix @@ -83,6 +83,9 @@ craneLib.buildPackage ( commonAttrs // { (features != []) "--features " + (builtins.concatStringsSep "," features); + # This is redundant with CI + cargoTestCommand = ""; + # This is redundant with CI doCheck = false;