@ -7,7 +7,7 @@ concurrency:
limit: 1
steps:
- name: cargo build
- name: build
image: rustlang/rust:nightly
volumes:
- name: cache
@ -16,7 +16,16 @@ steps:
path: /drone/src/target
commands:
- cargo build
- name: cargo test
- name: clippy!
path: /usr/local/cargo
- name: target-cache
- cargo clippy
- name: test