1
0
mirror of https://github.com/Luzifer/rconfig.git synced 2024-09-19 17:03:00 +00:00
rconfig/.repo-runner.yaml
Knut Ahlers adae9e15c7
Switch to repo-runner for tests
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-06 18:58:12 +02:00

11 lines
172 B
YAML

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