rustlings/release-hook.sh

10 lines
152 B
Bash
Raw Normal View History

2024-04-25 18:02:07 +01:00
#!/bin/bash
# Error out if any command fails
set -e
2024-04-25 20:07:10 +01:00
cargo run -- dev check
2024-04-25 18:02:07 +01:00
typos
cargo outdated -w --exit-code 1
cargo test --workspace --all-targets