Skip to content

Commit

Permalink
fix: Don't run tests during NIx package build
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jul 14, 2024
1 parent 31066dc commit fc96162
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
# artifacts from above.
github-backup = craneLib.buildPackage (commonArgs // {
inherit cargoArtifacts;

# Disable default tests - nextest will run them
doCheck = false;
});
in
{
Expand Down

0 comments on commit fc96162

Please sign in to comment.