Skip to content

Commit 5567ac4

Browse files
committed
Run the gosec with data race detector active during tests
Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent a239758 commit 5567ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install-govulncheck:
3232
go install golang.org/x/vuln/cmd/govulncheck@latest; \
3333
fi
3434

35-
test: install-test-deps build fmt vet sec govulncheck
35+
test: install-test-deps build-race fmt vet sec govulncheck
3636
$(GINKGO) -v --fail-fast
3737

3838
fmt:

0 commit comments

Comments
 (0)