Skip to content
Snippets Groups Projects
Commit fc92c82c authored by Paul's avatar Paul :turtle:
Browse files

imporve caching

parent 9c9589ff
No related branches found
No related tags found
No related merge requests found
Pipeline #9689 passed
......@@ -9,7 +9,7 @@ before_script:
rust-latest: &build_and_test
stage: build
cache:
key: shared-cache
key: cache-latest
paths:
- target/
script:
......@@ -19,6 +19,8 @@ rust-latest: &build_and_test
rust-nightly: &rust_nightly
<<: *build_and_test
image: rustlang/rust:nightly
cache:
key: cache-nightly
allow_failure: true
clippy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment