test pipeline

This commit is contained in:
Mitchell Marino 2023-01-11 23:26:00 -06:00
parent c58edbfa21
commit 8e704ee41d

View File

@ -4,8 +4,13 @@ image_resource:
type: registry-image type: registry-image
source: {repository: rust} source: {repository: rust}
# move cargo's config directory to be ./.cargo-config/ and cache it
params:
CARGO_HOME: "./.cargo-config"
caches: caches:
- path: "./target/" - path: "./target"
- path: "./.cargo-config"
inputs: inputs:
- name: repo - name: repo