1
0
Fork 0
mirror of https://github.com/Luzifer/rconfig.git synced 2024-11-08 16:00:10 +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

10 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 ./...
...