set -xeuo pipefail

cargo fmt --check --all
cargo clippy --all-targets --features test-utils
cargo check --no-default-features
