summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-13 15:04:27 -0600
committermo khan <mo@mokhan.ca>2025-06-13 15:04:27 -0600
commitd99a5c5c857d853873342aa567e42c80fd8d0a28 (patch)
tree1e9e8afff8ea19b5e232672aa28e88c01dc23d48 /Makefile
parent210e71b7023ed02531c46f1a3846bc6d025ba61f (diff)
chore: run tests to detect race conditions
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/...