Skip to content

Commit 5f3eb64

Browse files
committedApr 25, 2024·
Add -race option to make test
1 parent dea4f58 commit 5f3eb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build: gen
3030
test: gen
3131
# Test only the library. e2e must be run in a special environment,
3232
# so is skipped.
33-
go test ./pkg/...
33+
go test -race ./pkg/...
3434
# We cannot use golint currently due to errors in the GCP API naming.
3535
# golint ./...
3636
go vet ./...

0 commit comments

Comments
 (0)
Please sign in to comment.