Makefile: go test --race

This commit is contained in:
Ethan Buchman
2016-07-22 01:15:52 -04:00
parent 39ee59c26e
commit dea910cd3e

View File

@@ -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