diff --git a/.drone.yml b/.drone.yml index a2be68b..d513f95 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,12 @@ platform: arch: amd64 steps: -- name: cargo test +- name: get rust commands: - rustup default nightly +- name: cargo build + commands: - cargo build +- name: cargo test + commands: - cargo test