Skip to content

Commit

Permalink
Run the gosec with data race detector active during tests
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
  • Loading branch information
ccojocar committed Oct 18, 2023
1 parent a239758 commit 5567ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5567ac4

Please sign in to comment.