From f8d89e06de3a6b77ce36872ab3b8caba0888e7de Mon Sep 17 00:00:00 2001 From: Rasmus Rosengren Date: Fri, 12 Nov 2021 19:27:12 +0100 Subject: [PATCH] add empty dependencies to droneci --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 075a7b2..67409b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,26 +7,28 @@ steps: image: rust commands: - cargo check + depends_on: [] - name: cargo test image: rust commands: - cargo test + depends_on: [] - name: cargo format image: rust commands: - rustup component add rustfmt - cargo fmt --all -- --check + depends_on: [] - name: cargo clippy image: rust commands: - rustup component add clippy - cargo clippy -- -D warnings + depends_on: [] --- kind: signature -hmac: 3af9f2acdbf7653904324aaffe4dc6cbef09e5478b15247c700fdd04b9711d0f - -... +hmac: b2c8a44c97d5ab83c0ae456026b049475462a11e36a4158a16aa26c3de07674e