#!/usr/bin/env bash

set -eux

cargo check
cargo test
cargo fmt -- --check
cargo clippy -- -D clippy::all
cargo build
