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

# Error out if any command fails
set -e

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