Browse Source

get deps for testing

pull/456/head
Ethan Buchman 8 years ago
parent
commit
08f2b5bc84
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

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

Loading…
Cancel
Save