#!/bin/bash

set -x -e

cargo test "$@" --release -- --nocapture
