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
test:
go test -race -v ./...
go test -v ./...
.PHONY: test
lint:
go vet ./...
.PHONY: test
.PHONY: test