This commit is contained in:
Jae Kwon
2016-04-29 15:32:50 -07:00
parent 850d769273
commit 99c19bae21

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)