#!/bin/bash

set -euo pipefail

cargo clippy -q -- --deny=clippy::all
cargo build -q --all-targets
cargo test -q
