#!/bin/bash -e
cd "$(dirname "$0")"
mix test --trace "$@"
