summaryrefslogtreecommitdiff
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 367f6ea..3249a83 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ setup:
build: bin/authzd bin/sparkled
test-unit:
- @go test -shuffle=on ./...
+ @CGO_ENABLED=1 go test -race -shuffle=on ./...
test-integration: build-image
@IMAGE_TAG=$(IMAGE_TAG) go test -tags=integration ./test/integration/...