dev: set CGO_ENABLED=1 when running "test" task (#4712)
This commit is contained in:
parent
35eaf609eb
commit
c90d06bc7a
1
Makefile
1
Makefile
@ -28,6 +28,7 @@ clean:
|
|||||||
|
|
||||||
# Test
|
# Test
|
||||||
test: export GOLANGCI_LINT_INSTALLED = true
|
test: export GOLANGCI_LINT_INSTALLED = true
|
||||||
|
test: CGO_ENABLED=1
|
||||||
test: build
|
test: build
|
||||||
GL_TEST_RUN=1 ./$(BINARY) run -v
|
GL_TEST_RUN=1 ./$(BINARY) run -v
|
||||||
GL_TEST_RUN=1 go test -v -parallel 2 ./...
|
GL_TEST_RUN=1 go test -v -parallel 2 ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user