From 5e6d57ab71c3234f7cacd095e3e74ebfa8764e39 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 22 Feb 2023 10:43:53 -0600 Subject: [PATCH] Use all features in CI. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 26d7012..ea67575 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,8 @@ steps: commands: - rustup component add clippy rustfmt - cargo fmt --check - - cargo test - - cargo clippy + - cargo test --all-features + - cargo clippy --all-features - name: release image: rust pull: always