Skip to content

Commit 0a98410

Browse files
committed
Enable go test -race
Signed-off-by: Hidde Beydals <hello@hidde.co>
1 parent 769ef73 commit 0a98410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ all: manager
1414

1515
# Run tests
1616
test: generate fmt vet manifests api-docs
17-
go test ./... -coverprofile cover.out
18-
cd api; go test ./... -coverprofile cover.out
17+
go test ./... -race -coverprofile cover.out
18+
cd api; go test ./... -race -coverprofile cover.out
1919

2020
# Build manager binary
2121
manager: generate fmt vet

0 commit comments

Comments
 (0)