Commit 9cb67d91 authored by felipe andrade's avatar felipe andrade Committed by GitHub

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

parent 2fd25085
...@@ -13,9 +13,9 @@ fmt: ...@@ -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
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment