From dea910cd3e71bbfaf1973fd7ba295f0ee515a25f Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Fri, 22 Jul 2016 01:15:52 -0400 Subject: [PATCH] Makefile: go test --race --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d72cf6f..4cc7c159 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: test test: - go test github.com/tendermint/go-rpc/... + go test --race github.com/tendermint/go-rpc/... cd ./test && bash test.sh