Test build in CI
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline failed Details

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jolheiser 2022-06-02 22:52:33 -05:00
parent dacfe26650
commit 316257e177
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,13 @@ pipeline:
- go test -race ./...
- go vet ./...
- go run github.com/rs/zerolog/cmd/lint go.jolheiser.com/tmpl
- go build
when:
event: pull_request
build:
image: goreleaser/goreleaser
commands:
- goreleaser build
when:
event: pull_request