From a496f37ef2ce6a4061351c81d2f561a24931a259 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 6 Aug 2023 01:09:57 +0300 Subject: [PATCH] ci: build/test with --all-features --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c8ea799..444bbde 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,8 +7,8 @@ steps: image: rust:1-alpine commands: - apk add --no-cache musl-dev - - cargo build --verbose --all - - cargo test --verbose --all + - cargo build --verbose --all-features --all + - cargo test --verbose --all-features --all environment: CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse