mirror of
https://github.com/Luzifer/rconfig.git
synced 2024-11-10 00:40:04 +00:00
11 lines
172 B
YAML
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 ./...
|
||
|
|
||
|
...
|