diff --git a/.drone.yml b/.drone.yml index 01b0872..f579e3d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,6 +35,7 @@ steps: - name: build image: rust:alpine commands: + - rustup component add clippy - cargo clippy - cargo build --release - strip target/release/cggitem_sets