From 5567ac4cfe9acae14f516b500e2cf229b6a8d16f Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Wed, 18 Oct 2023 15:03:58 +0200 Subject: [PATCH] Run the gosec with data race detector active during tests Signed-off-by: Cosmin Cojocar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 954ecba9dd..dcfb4b2ed9 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ install-govulncheck: go install golang.org/x/vuln/cmd/govulncheck@latest; \ fi -test: install-test-deps build fmt vet sec govulncheck +test: install-test-deps build-race fmt vet sec govulncheck $(GINKGO) -v --fail-fast fmt: