Files
artifactapi/.woodpecker/test.yaml
T

9 lines
153 B
YAML

when:
- event: pull_request
steps:
- name: test
image: golang:1.25-alpine
commands:
- go test -race -count=1 ./pkg/... ./internal/...