Run the gosec with data race detector active during tests

Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
Cosmin Cojocar 2023-10-18 15:03:58 +02:00 committed by Cosmin Cojocar
parent a2397580b6
commit 5567ac4cfe

View file

@ -32,7 +32,7 @@ install-govulncheck:
go install golang.org/x/vuln/cmd/govulncheck@latest; \ go install golang.org/x/vuln/cmd/govulncheck@latest; \
fi fi
test: install-test-deps build fmt vet sec govulncheck test: install-test-deps build-race fmt vet sec govulncheck
$(GINKGO) -v --fail-fast $(GINKGO) -v --fail-fast
fmt: fmt: