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