#!/bin/sh
set -eux
cargo check --verbose
cargo check --verbose --no-default-features
cargo test --all-targets --all-features --verbose
cargo test --all-targets --no-default-features --verbose
cargo clippy --all-targets --all-features
cargo fmt --all --check
cargo deny check
cargo doc --all-features --no-deps --document-private-items
cargo update --dry-run
