Add volume for cargo registry
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alex Mikhalev 2020-08-18 10:12:29 -06:00
parent 53bd7c6679
commit a073579386

View File

@ -4,6 +4,14 @@ name: default
steps:
- name: test
image: rustlang/rust:nightly
volumes:
- name: cargo-registry
path: /usr/local/cargo/registry
commands:
- cargo build --verbose --all
- cargo test --verbose --all
- cargo test --verbose --all
volumes:
- name: cache
host:
path: /var/lib/drone/sprinklers_rs/cargo-registry