From: Dessalines Date: Thu, 24 Dec 2020 00:42:42 +0000 (-0500) Subject: Add clippy check tests to drone. X-Git-Url: http://these/git/%22%7Burl%7D/static/%24%7BappleTouchIcon%7D?a=commitdiff_plain;h=9ab3a9d072603a6123608f452661faaa079740c4;p=lemmy.git Add clippy check tests to drone. --- diff --git a/.drone.yml b/.drone.yml index eb599223..9404e3b3 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