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

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

parent 2fd25085
......@@ -13,7 +13,7 @@ fmt:
.PHONY: fmt
test:
go test -race -v ./...
go test -v ./...
.PHONY: test
lint:
......
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