dumb-jose/.woodpecker.yml

7 lines
114 B
YAML

pipeline:
test:
image: alpine
commands:
- apk add -U --no-cache go
- go test -v -race ./...