rustlings/release-hook.sh

10 lines
152 B
Bash
Raw Permalink Normal View History

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