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