ezshare/.woodpecker.yml
2022-01-03 19:43:36 +01:00

7 lines
101 B
YAML

pipeline:
build:
image: golang
commands:
- go build main.go
- go test -v ./...