AbdulElahGwaith's picture
Upload folder using huggingface_hub
e98c0d7 verified
#!/usr/bin/env bash
set -e
bundle install
bundle exec turbo_tests --verbose
# TODO: If you have native helpers or additional tests, add them here
# Example:
# cd /opt/bazel && npm run lint && cd -
# cd /opt/bazel && npm test && cd -