aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19a623f..368c019 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ BIN_LINUX_AMD64 := _bin/linux_amd64
all: test check
test:
- go test -race -p=1 ./...
+ CGO_ENABLED=1 go test -race -p=1 ./...
check:
golangci-lint run ./...