rustlings/release-hook.sh

10 lines
152 B
Bash
Raw Normal View History

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