mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 15:04:22 +00:00
version bump and release branch
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ make test_race
|
||||
# run the app tests
|
||||
bash test/app/test.sh
|
||||
|
||||
if [[ "$BRANCH" == "master" || "$BRANCH" == "staging" ]]; then
|
||||
if [[ "$BRANCH" == "master" || $(echo "$BRANCH" | grep "release-") != "" ]]; then
|
||||
echo ""
|
||||
echo "* branch $BRANCH; testing libs"
|
||||
# checkout every github.com/tendermint dir and run its tests
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ echo "* running basic peer tests"
|
||||
bash test/p2p/test.sh tester
|
||||
|
||||
BRANCH=`git rev-parse --abbrev-ref HEAD`
|
||||
if [[ "$BRANCH" == "master" || "$BRANCH" == "staging" ]]; then
|
||||
if [[ "$BRANCH" == "master" || $(echo "$BRANCH" | grep "release-") != "" ]]; then
|
||||
echo ""
|
||||
echo "* branch $BRANCH; running mintnet/netmon throughput benchmark"
|
||||
bash tests/net/test.sh
|
||||
|
||||
Reference in New Issue
Block a user