#!/bin/bash # Error out if any command fails set -e typos cargo upgrades # Similar to CI cargo clippy -- --deny warnings cargo fmt --all --check rustfmt --check --edition 2021 solutions/**/*.rs cargo test --workspace --all-targets cargo run -- dev check --require-solutions