collections/.woodpecker/.test.yml
Renovate Bot 03c43e3b9c
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
build(deps): update all non-major dependencies
2024-08-20 22:48:33 +02:00

11 lines
202 B
YAML

when:
- event: [push, pull_request]
branch: devel
evaluate: 'not (CI_COMMIT_MESSAGE startsWith "release")'
steps:
test:
image: golang:1.23-alpine
commands:
- go test -v ./...