diff --git a/backend/.woodpecker.yml b/backend/.woodpecker.yml index f674c8f..aa7c8f1 100644 --- a/backend/.woodpecker.yml +++ b/backend/.woodpecker.yml @@ -12,8 +12,8 @@ steps: test: image: golang:1.25-alpine commands: - - apk add --no-cache git - - go test ./... -v -count=1 -race + - apk add --no-cache git gcc musl-dev + - CGO_ENABLED=1 go test ./... -v -count=1 -race build: image: golang:1.25-alpine