diff --git a/Makefile b/Makefile index 2554acb9..b19cea7f 100644 --- a/Makefile +++ b/Makefile @@ -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 ./...