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