|
@ -9,14 +9,12 @@ echo "Current branch: $BRANCH" |
|
|
# go test --race github.com/tendermint/tendermint/... |
|
|
# go test --race github.com/tendermint/tendermint/... |
|
|
make test_race |
|
|
make test_race |
|
|
|
|
|
|
|
|
# run the broadcast_tx tests |
|
|
|
|
|
bash test/broadcast_tx/test.sh |
|
|
|
|
|
|
|
|
# run the app tests |
|
|
|
|
|
bash test/app/test.sh |
|
|
|
|
|
|
|
|
if [[ "$BRANCH" == "master" || "$BRANCH" == "staging" ]]; then |
|
|
if [[ "$BRANCH" == "master" || "$BRANCH" == "staging" ]]; then |
|
|
echo "" |
|
|
echo "" |
|
|
echo "* branch $BRANCH; testing libs" |
|
|
echo "* branch $BRANCH; testing libs" |
|
|
# checkout every github.com/tendermint dir and run its tests |
|
|
# checkout every github.com/tendermint dir and run its tests |
|
|
bash test/test_libs.sh |
|
|
bash test/test_libs.sh |
|
|
|
|
|
|
|
|
# TODO: mintnet/netmon |
|
|
|
|
|
fi |
|
|
fi |