run tests from bash script

This commit is contained in:
Ethan Buchman
2017-01-12 21:59:02 -05:00
parent 08f2b5bc84
commit ac443fa61f
3 changed files with 14 additions and 8 deletions
+2 -4
View File
@@ -2,10 +2,8 @@
all: test
test: get_deps
go test --race github.com/tendermint/go-rpc/...
cd ./test && bash test.sh
test:
bash ./test/test.sh
get_deps:
go get -t -u github.com/tendermint/go-rpc/...