From 7ad00ac0acb20bd7854bbb7ac8561624f32c4d2c Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Wed, 28 Apr 2021 16:16:57 +0530 Subject: [PATCH] update drone yaml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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