Add rustfmt for protobufs to drone test target.
This commit is contained in:
parent
fbd3d8c8ac
commit
5eff2b93c7
|
@ -7,6 +7,7 @@ steps:
|
|||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y cmake
|
||||
- rustup component add rustfmt
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
||||
|
||||
|
|
Loading…
Reference in New Issue