engage_earn_api/ci/build-linux.yml
Mitchell Marino 9ed85181ee add caches
2022-12-19 17:57:44 -06:00

18 lines
188 B
YAML

platform: linux
image_resource:
type: registry-image
source: {repository: rust}
caches:
- path: "./target/"
inputs:
- name: repo
run:
path: cargo
args: ["test"]
dir: "repo"