AbdulElahGwaith's picture
Upload folder using huggingface_hub
e98c0d7 verified
#!/usr/bin/env bash
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