blob: 7d9618096e05140202092609ddf7d60dc4a77389 [file] [log] [blame]
#!/usr/bin/env bash
set -eux
cargo fmt --all -- --check
cargo test --workspace
cargo clippy --workspace --all-targets
./build_examples.sh