#!/bin/bash

set -euxo pipefail

cargo fmt --all -- --check
cargo clippy --all --all-targets --all-features -- -D warnings
cargo test --all --locked
