diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-13 15:04:27 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-13 15:04:27 -0600 |
| commit | d99a5c5c857d853873342aa567e42c80fd8d0a28 (patch) | |
| tree | 1e9e8afff8ea19b5e232672aa28e88c01dc23d48 /Makefile | |
| parent | 210e71b7023ed02531c46f1a3846bc6d025ba61f (diff) | |
chore: run tests to detect race conditions
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/... |
