forked from lx/netapp
Add missing deps to drone
This commit is contained in:
parent
3535d15bbd
commit
8f5cf60da3
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
CARGO_HOME: /drone/cargo
|
CARGO_HOME: /drone/cargo
|
||||||
commands:
|
commands:
|
||||||
|
- rustup component add rustfmt clippy
|
||||||
- cd netapp
|
- cd netapp
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
- cargo clippy --all-features -- --deny warnings
|
- cargo clippy --all-features -- --deny warnings
|
||||||
|
|
Loading…
Reference in a new issue