#!/bin/sh
set -e

script/bootstrap
script/setup
docker-compose run -e RACK_ENV=test --rm app script/test
