1
0
Fork 0
mirror of https://github.com/Luzifer/rconfig.git synced 2024-11-10 00:40:04 +00:00
rconfig/.repo-runner.yaml

11 lines
172 B
YAML
Raw Normal View History

---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/rconfig
commands:
- apk --no-cache add build-base
- go test -v -race -cover ./...
...