diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml new file mode 100644 index 0000000..0d2dbb3 --- /dev/null +++ b/.woodpecker/test.yaml @@ -0,0 +1,9 @@ +when: + - event: push + branch: main + +steps: + - name: go-tests + image: golang:1.24 + commands: + - go test ./...