add basic ci/cd

This commit is contained in:
Mitchell Marino
2022-12-15 18:02:52 -06:00
parent 0d1b709c33
commit e59ef57784
2 changed files with 27 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
platform: linux
image_resource:
type: registry-image
source: {repository: rust}
inputs:
- name: repo
run:
path: cargo
args: ["test"]
dir: "repo"