Skip to content

Commit

Permalink
dev: set CGO_ENABLED=1 when running "test" task (#4712)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuLhan committed May 9, 2024
1 parent 35eaf60 commit c90d06b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -28,6 +28,7 @@ clean:

# Test
test: export GOLANGCI_LINT_INSTALLED = true
test: CGO_ENABLED=1
test: build
GL_TEST_RUN=1 ./$(BINARY) run -v
GL_TEST_RUN=1 go test -v -parallel 2 ./...
Expand Down

0 comments on commit c90d06b

Please sign in to comment.