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