aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d1cf2f..7702413 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ lint:
test:
go run ./internal/cmd/goembed
- go test -v -race ./...
+ CGO_ENABLED=1 go test -v -race ./...
install:
go install ./cmd/ciigo