rustlings/release-hook.sh

14 lines
228 B
Bash
Raw Normal View History

2024-04-25 17:02:07 +00:00
#!/bin/bash
# Error out if any command fails
set -e
typos
2024-07-13 10:32:23 +00:00
cargo upgrades
# Similar to CI
cargo clippy -- --deny warnings
cargo fmt --all --check
2024-04-25 17:02:07 +00:00
cargo test --workspace --all-targets
2024-07-13 10:32:23 +00:00
cargo run -- dev check --require-solutions