Update .gitlab-ci.yml
This commit is contained in:
parent
d4186d5a0d
commit
977f64d9cb
|
@ -9,6 +9,7 @@ image: "rust:latest"
|
|||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- .cargo/
|
||||
- target/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue