diff --git a/.drone.yml b/.drone.yml index 5f1ce13..ba2a774 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,6 +18,6 @@ steps: - cargo test --verbose --all - name: package image: guangie88/rustfmt-clippy:1.51.0-stable - depends_on: [check, test, lint] + depends_on: [test, lint] commands: - cargo build --verbose --all