Skip to content

Commit

Permalink
chore: deny compilation in workspaceTest
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Sep 17, 2023
1 parent 80c8247 commit e15561b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/craneBuild.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ craneLib.overrideScope' (self: prev: {
version = "0.0.1";
cargoArtifacts = self.workspaceBuild;
cargoExtraArgs = "--workspace --all-targets --locked";

FM_CARGO_DENY_COMPILATION = "1";
});

workspaceTestDoc = self.cargoTest (self.commonArgs // {
Expand Down

0 comments on commit e15561b

Please sign in to comment.