Skip to content

Commit

Permalink
chore(ci): clippy to deny warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Oct 18, 2024
1 parent 7bde9d2 commit e8d28e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/flakebox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ in
workspaceClippy = craneLib.cargoClippy {
cargoArtifacts = workspaceDeps;

cargoClippyExtraArgs = "--workspace --all-targets --no-deps";
cargoClippyExtraArgs = "--workspace --all-targets --no-deps -- -D warnings";
doInstallCargoArtifacts = false;
};

Expand Down

0 comments on commit e8d28e3

Please sign in to comment.