add test
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-05-30 01:05:36 +02:00
parent 8d79ac08a3
commit cf4ee051bb
3 changed files with 41 additions and 1 deletions
+9 -1
View File
@@ -3,7 +3,15 @@ when:
branch: main
steps:
build:
go-test:
image: golang:1.24
environment:
CGO_ENABLED: 0
GOOS: linux
GOARCH: amd64
commands:
- go test ./...
go-build:
image: golang:1.24
environment:
CGO_ENABLED: 0