set missing var

This commit is contained in:
Armando Diaz
2025-12-04 17:32:41 -06:00
parent 0c63139513
commit 521d33154f

View File

@@ -25,6 +25,7 @@ test:
before_script: before_script:
- apk add --no-cache git - apk add --no-cache git
script: script:
- export CGO_ENABLED=1
- go mod download - go mod download
- go vet ./... - go vet ./...
- go test -v -race ./... - go test -v -race ./...