Skip to content

Commit

Permalink
Merge pull request #121 from mobusoperandi/run-unit-tests-in-build
Browse files Browse the repository at this point in the history
build: run unit tests in derivation
  • Loading branch information
mightyiam authored Jun 30, 2024
2 parents fbc8a7c + 9ca0427 commit 064705b
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 064705b

Please sign in to comment.