diff --git a/ci/build-linux.yml b/ci/build-linux.yml index d6edafb..8e80a74 100644 --- a/ci/build-linux.yml +++ b/ci/build-linux.yml @@ -4,6 +4,9 @@ image_resource: type: registry-image source: {repository: rust} +caches: +- path: "./target/" + inputs: - name: repo diff --git a/ci/lint.yml b/ci/lint.yml index 8a00dff..ba7b284 100644 --- a/ci/lint.yml +++ b/ci/lint.yml @@ -7,6 +7,7 @@ image_resource: # This should cache clippy caches: - path: "./.rustup/" +- path: "./target/" inputs: - name: repo diff --git a/ci/test.yml b/ci/test.yml index d6edafb..8e80a74 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -4,6 +4,9 @@ image_resource: type: registry-image source: {repository: rust} +caches: +- path: "./target/" + inputs: - name: repo