aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 074ea4b..fc41a87 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: all install
all:
- go test -race -failfast ./...
+ CGO_ENABLED=1 go test -race -failfast ./...
install:
go install ./cmd/gotp