#!/usr/bin/env bash
#MISE description="Run all tests with cargo"
cargo test --verbose --workspace --all-features
