chore(proxyd): remove -race from make tests (#7573)

This commit is contained in:
felipe andrade 2023-10-05 14:42:40 -07:00 committed by GitHub
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