| set -e | |
| pushd helpers | |
| go test ./... | |
| popd | |
| bundle install | |
| if [ -z "$1" ]; then | |
| bundle exec turbo_tests --verbose | |
| else | |
| bundle exec turbo_tests --verbose "$1" | |
| fi | |
| set -e | |
| pushd helpers | |
| go test ./... | |
| popd | |
| bundle install | |
| if [ -z "$1" ]; then | |
| bundle exec turbo_tests --verbose | |
| else | |
| bundle exec turbo_tests --verbose "$1" | |
| fi | |