#!/bin/bash


set -e
cargo fmt --all -- --check
cargo clippy --all-targets --all-features -- -D warnings
cargo insta test
