From 171e35d656bd3cfedf1158c4dbe750f671642910 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 17 Aug 2023 17:01:29 -0500 Subject: [PATCH] Check without default features in drone for all targets --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index daca71b..ef9b7e6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -92,6 +92,7 @@ steps: pull: always commands: - cargo check --target=$TARGET + - cargo check --target=$TARGET --no-default-features - cargo check --target=$TARGET --example fetch - cargo check --target=$TARGET --example resolver @@ -161,6 +162,7 @@ steps: pull: always commands: - cargo check --target=$TARGET + - cargo check --target=$TARGET --no-default-features - cargo check --target=$TARGET --example fetch - cargo check --target=$TARGET --example resolver