diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index de25a74..ed627f2 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -131,7 +131,7 @@ steps: - label: "clippy-x86" commands: - - cargo clippy --all -- -D warnings + - cargo clippy --workspace --bins --examples --benches --all-features -- -D warnings retry: automatic: false agents: