activate cache across branches/tags
This commit is contained in:
parent
cf2be7d7a2
commit
5bcc88a9c1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ image: "rust:latest"
|
|||
# - cargo test --workspace --verbose
|
||||
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
key: gardenserver
|
||||
paths:
|
||||
- target/
|
||||
|
||||
|
|
Loading…
Reference in a new issue