1 2 3 4 5 6 7 8
#!/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