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
test100
pull/206/merge
Jae Kwon
9 years ago
parent
850d769273
commit
99c19bae21
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Makefile
+ 3
- 0
Makefile
View File
@ -20,6 +20,9 @@ build_race:
test
:
build
go
test
github.com/tendermint/tendermint/...
test100
:
build
for
i in
{
1..100
}
;
do
make test
;
done
test_novendor
:
build
go
test
$$
(
glide novendor
)
Write
Preview
Loading…
Cancel
Save