ci: build/test with --all-features
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dmitry Belyaev 2023-08-06 01:09:57 +03:00
parent 5632c19866
commit a496f37ef2

View File

@ -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