We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35eaf60 commit c90d06bCopy full SHA for c90d06b
Makefile
@@ -28,6 +28,7 @@ clean:
28
29
# Test
30
test: export GOLANGCI_LINT_INSTALLED = true
31
+test: CGO_ENABLED=1
32
test: build
33
GL_TEST_RUN=1 ./$(BINARY) run -v
34
GL_TEST_RUN=1 go test -v -parallel 2 ./...
0 commit comments