#!/usr/bin/env bash

set -eEuo pipefail
cd "$(dirname "$0")/.."

cargo test --all
