From d99a5c5c857d853873342aa567e42c80fd8d0a28 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 13 Jun 2025 15:04:27 -0600 Subject: chore: run tests to detect race conditions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/... -- cgit v1.2.3