#!/bin/bash

set -x -e

cargo test "$@" --release --verbose
cargo test "$@" --verbose
