Skip to content

Commit c90d06b

Browse files
authored
dev: set CGO_ENABLED=1 when running "test" task (#4712)
1 parent 35eaf60 commit c90d06b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ clean:
2828

2929
# Test
3030
test: export GOLANGCI_LINT_INSTALLED = true
31+
test: CGO_ENABLED=1
3132
test: build
3233
GL_TEST_RUN=1 ./$(BINARY) run -v
3334
GL_TEST_RUN=1 go test -v -parallel 2 ./...

0 commit comments

Comments
 (0)