1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00
rustlings/release-hook.sh

14 lines
228 B
Bash
Raw Permalink Normal View History

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