Skip to content

Commit

Permalink
build: run unit tests in derivation
Browse files Browse the repository at this point in the history
Co-authored-by: warren2k <[email protected]>
  • Loading branch information
mightyiam and warren2k committed Jun 30, 2024
1 parent fbc8a7c commit 9ca0427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
// {
inherit cargoArtifacts NIX_CMD_PATH NIX_INSTANTIATE_CMD_PATH;
nativeCheckInputs = [pkgs.nix];
# tests use nix. can't do that in the sandbox.
doCheck = false;
# integration tests use nix. can't do that in the sandbox.
cargoTestExtraArgs = "--bins";
}
);

Expand Down

0 comments on commit 9ca0427

Please sign in to comment.