ci: add woodpecker pipelines for Go
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
when:
|
||||
- event: pull_request
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang:1.25-alpine
|
||||
commands:
|
||||
- go test -race -count=1 ./pkg/... ./internal/...
|
||||
Reference in New Issue
Block a user