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