Check without default features in drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
asonix 2023-08-17 16:59:07 -05:00
parent 0835c0118e
commit e624f88536

View file

@ -23,6 +23,7 @@ steps:
commands:
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo clippy --no-default-features -- -D warnings
- cargo clippy --example fetch -- -D warnings
- cargo clippy --example resolver -- -D warnings
@ -125,6 +126,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