From eac3ccabaefd75854dfc0588a129ddbb3884e9e6 Mon Sep 17 00:00:00 2001 From: a <eddy@gfxlabs.io> Date: Fri, 1 Sep 2023 19:04:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e298b7..d43635d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ test: stage: test extends: .go-cache script: - - go test -race ./... + - CGO_ENABLED=1 go test -race ./... lint: image: registry.gitlab.com/gitlab-org/gitlab-build-images:golangci-lint-alpine -- GitLab