chore(proxyd): remove -race from make tests (#7573)
This commit is contained in:
parent
bc6f5d75aa
commit
609bb4e4f9
@ -13,9 +13,9 @@ fmt:
|
||||
.PHONY: fmt
|
||||
|
||||
test:
|
||||
go test -race -v ./...
|
||||
go test -v ./...
|
||||
.PHONY: test
|
||||
|
||||
lint:
|
||||
go vet ./...
|
||||
.PHONY: test
|
||||
.PHONY: test
|
||||
|
Loading…
Reference in New Issue
Block a user