From 08f2b5bc84f6c7b8151bd19a1d90da98207ea805 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Thu, 12 Jan 2017 21:46:50 -0500 Subject: [PATCH] get deps for testing --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4cc7c1594..e73849878 100644 --- a/Makefile +++ b/Makefile @@ -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/...