set -xeuo pipefail

cargo fmt --check --all
cargo clippy --all-targets --features test-utils
cargo +stable check --no-default-features
cargo +stable check --no-default-features --features cli
cargo check --no-default-features --features nightly-frizbee
