engage_earn_api/ci/test.yml
2022-12-15 18:02:52 -06:00

15 lines
159 B
YAML

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