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