Check without default features in drone for all targets
This commit is contained in:
parent
e624f88536
commit
171e35d656
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue