mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 18:21:38 +00:00
test: fix docker and apps
This commit is contained in:
@ -6,12 +6,13 @@ pwd
|
||||
BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
||||
echo "Current branch: $BRANCH"
|
||||
|
||||
# run the go unit tests with coverage
|
||||
bash test/test_cover.sh
|
||||
|
||||
# run the app tests
|
||||
# run the app tests using bash
|
||||
bash test/app/test.sh
|
||||
|
||||
# run the persistence test
|
||||
# run the persistence tests using bash
|
||||
bash test/persist/test.sh
|
||||
|
||||
if [[ "$BRANCH" == "master" || $(echo "$BRANCH" | grep "release-") != "" ]]; then
|
||||
|
Reference in New Issue
Block a user