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:
.PHONY: fmt
test:
go test -race -v ./...
go test -v ./...
.PHONY: test
lint:
go vet ./...
.PHONY: test
\ No newline at end of file
.PHONY: test
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