diff --git a/.drone.yml b/.drone.yml index cf83e23..28f890c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: volumes: - name: cache path: /usr/local/cargo - - name: target-cache + - name: target-cache path: /drone/src/target commands: - cargo build @@ -18,7 +18,7 @@ steps: volumes: - name: cache path: /usr/local/cargo - - name: target-cache + - name: target-cache path: /drone/src/target commands: - cargo test