diff --git a/.drone.yml b/.drone.yml index eb5992234..9404e3b3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - name: cargo clippy image: ekidd/rust-musl-builder:1.47.0 commands: - - cargo clippy --workspace --all-targets --all-features -- -D warnings + - cargo clippy --workspace --tests --all-targets --all-features -- -D warnings - name: check documentation build image: ekidd/rust-musl-builder:1.47.0