#!/bin/bash

set -e  # Exit on error

make all
./run_herb_tests
NO_TIMEOUT=true bundle exec rake test

echo "Tests successful!"
