get deps for testing

This commit is contained in:
Ethan Buchman 2017-01-12 21:46:50 -05:00
parent de56442660
commit 08f2b5bc84
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
all: test all: test
test: test: get_deps
go test --race github.com/tendermint/go-rpc/... go test --race github.com/tendermint/go-rpc/...
cd ./test && bash test.sh cd ./test && bash test.sh
get_deps: get_deps:
go get -t -d github.com/tendermint/go-rpc/... go get -t -u github.com/tendermint/go-rpc/...