From 45c3e5f209717841e86778c6469ecf430f8c6630 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Fri, 2 Sep 2022 15:41:57 +0200 Subject: [PATCH] Remove useless tests execution --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 86fa3f6..e6bf60e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,6 @@ steps: image: rust commands: - rustup component add clippy - - cargo check - - cargo test - cargo clippy + - cargo test