diff --git a/.drone.yml b/.drone.yml index 3c8ad5f..83bae97 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,13 @@ kind: pipeline name: default + +steps: +- name: test + image: rust:1.50-slim + commands: + - cargo build + steps: - name: test image: rust:1.50-slim