Makefile: go test --race

This commit is contained in:
Ethan Buchman 2016-07-22 01:15:52 -04:00
parent 39ee59c26e
commit dea910cd3e
1 changed files with 1 additions and 1 deletions

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