#!/usr/bin/env bash

cargo clippy --workspace --all-targets --all-features "$@"
cargo test --workspace --all-targets --all-features "$@"

exit 0
