Files
node-lookup/.woodpecker/unit-tests.yaml
T
unkinben c8df109841 Add unit-test and lint woodpecker pipelines for pull requests
Also move .woodpecker.yaml into .woodpecker/release.yaml for consistency.
2026-03-25 16:01:38 +11:00

9 lines
129 B
YAML

when:
- event: pull_request
steps:
- name: unit-tests
image: golang:latest
commands:
- go test -v -race ./...