#! /bin/sh set -o errexit set -o nounset set -o xtrace cargo audit cargo check --workspace --all-targets --all-features cargo test --workspace --all-targets --all-features cargo clippy --workspace --all-targets --all-features -- --deny warnings