mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-29 06:01:21 +00:00
get deps for testing
This commit is contained in:
parent
de56442660
commit
08f2b5bc84
4
Makefile
4
Makefile
@ -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/...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user