summaryrefslogtreecommitdiff
path: root/release-hook.sh
blob: 052832f2451cb20b4d3fdda335a1fb75c20bf347 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# Error out if any command fails
set -e

cargo run -- dev check
typos
cargo outdated -w --exit-code 1
cargo test --workspace --all-targets