summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 957aeff..1baedcb 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
all:
go run ./internal/cmd/trunks build
- go test -v -race ./...
+ CGO_ENABLED=1 go test -v -race ./...
dev:
go run ./internal/cmd/trunks