summaryrefslogtreecommitdiff
path: root/.git-hooks/pre-commit
blob: 7fd95fb417baf8e4b294180df92fb1d60b514e40 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash -e

# dup of the list in .travis.yml
cargo build --locked
cargo test
cargo fmt -- --check
cargo clippy -- --deny warnings
cargo udeps --locked --all-targets