diff options
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ steps: environment: CARGO_HOME: /drone/cargo commands: + - rustup component add rustfmt clippy - cd netapp - cargo fmt -- --check - cargo clippy --all-features -- --deny warnings |