mtest/.drone.yml
Vincent Batts acadf875f5
Some checks failed
continuous-integration/drone/push Build is failing
try the drone exec backend
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2020-12-03 13:30:04 -05:00

14 lines
207 B
YAML

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: backend
commands:
- docker run -i --rm -u 0 -v $(pwd):/go/src/mtest -w /go/src/mtest golang go test -v .