diff --git a/.drone.yml b/.drone.yml index a2d4fd3..6f4c4d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: test image: rust commands: - - rustup component add rustfmt + - rustup component add clippy rustfmt - cargo fmt --check - cargo build --all - cargo build --examples --all