#!/usr/bin/env nu

# first build all test binaries (and check for errors)
just test-all --no-run
# then run them all
just test-all

cargo test --doc --all-features
