#!/bin/bash
set -e
cargo +nightly test --locked --workspace --verbose --all-features
