Skip to content

Commit

Permalink
Enable go test -race
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco committed Jun 15, 2021
1 parent 769ef73 commit 0a98410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ all: manager

# Run tests
test: generate fmt vet manifests api-docs
go test ./... -coverprofile cover.out
cd api; go test ./... -coverprofile cover.out
go test ./... -race -coverprofile cover.out
cd api; go test ./... -race -coverprofile cover.out

# Build manager binary
manager: generate fmt vet
Expand Down

0 comments on commit 0a98410

Please sign in to comment.