diff --git a/.drone.yml b/.drone.yml index c40ab37..9d55a96 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,6 @@ name: default steps: - name: test - image: FROM rust:alpine + image: rust:alpine commands: - cargo test