Browse Source

test100

pull/206/merge
Jae Kwon 8 years ago
parent
commit
99c19bae21
1 changed files with 3 additions and 0 deletions
  1. +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)


Loading…
Cancel
Save