Update CI and release hook

This commit is contained in:
mo8it
2024-07-13 12:32:23 +02:00
parent 516fcf9168
commit 2854dc9ab3
2 changed files with 11 additions and 4 deletions
+7 -2
View File
@@ -3,7 +3,12 @@
# Error out if any command fails
set -e
cargo run -- dev check
typos
cargo outdated -w --exit-code 1
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