#!/usr/bin/env bash

set -ex

source .travis/envrc

cabal test --show-details=always
