Skip to content
Snippets Groups Projects
Commit 706c1c99 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

nix: don't run cargo test for crane buildpackage


CI does this already

Signed-off-by: default avatarstrawberry <strawberry@puppygock.gay>
parent cb70d51e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment