This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
get deps for testing
pull/456/head
Ethan Buchman
8 years ago
parent
de56442660
commit
08f2b5bc84
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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/...
Write
Preview
Loading…
Cancel
Save