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

This commit is contained in:
asonix 2023-08-17 17:01:29 -05:00
parent e624f88536
commit 171e35d656

View file

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