From 5eff2b93c7f8d022cb8b2f72cb43cf62fb0c1da6 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Wed, 2 Jun 2021 15:48:08 +0000 Subject: [PATCH] Add rustfmt for protobufs to drone test target. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index f45000c..9710734 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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