Skip to content

Commit

Permalink
Don't check exported tests
Browse files Browse the repository at this point in the history
  • Loading branch information
szg251 committed Feb 7, 2025
1 parent a8e7f33 commit df6df3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake-lang/rust/flake-rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ in
}) // (optionalAttrs exportTests {
"${crateName}-rust-test" = craneLib.buildPackage (commonArgs // {
inherit cargoArtifacts;
doCheck = false;
cargoExtraArgs = cargoNextestExtraArgs + " --tests";
nativeBuildInputs = commonArgs.nativeBuildInputs ++ testTools ++ [ pkgs.jq ];
installPhaseCommand = ''
Expand Down

0 comments on commit df6df3d

Please sign in to comment.