test pipeline
This commit is contained in:
parent
c58edbfa21
commit
8e704ee41d
@ -4,8 +4,13 @@ image_resource:
|
||||
type: registry-image
|
||||
source: {repository: rust}
|
||||
|
||||
# move cargo's config directory to be ./.cargo-config/ and cache it
|
||||
params:
|
||||
CARGO_HOME: "./.cargo-config"
|
||||
|
||||
caches:
|
||||
- path: "./target/"
|
||||
- path: "./target"
|
||||
- path: "./.cargo-config"
|
||||
|
||||
inputs:
|
||||
- name: repo
|
||||
|
||||
Loading…
Reference in New Issue
Block a user