Skip to content

Commit

Permalink
fix(xtask): run clippy on all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Jan 2, 2025
1 parent b046302 commit 5d103ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/clippy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ impl Clippy {
arch.install()?;

let triple = arch.triple();
let clippy = || cmd!(sh, "cargo clippy --target={triple}");
let clippy = || cmd!(sh, "cargo clippy --target={triple} --all-targets");

clippy().run()?;
clippy().arg("--features=common-os").run()?;
Expand Down

0 comments on commit 5d103ad

Please sign in to comment.