aboutsummaryrefslogtreecommitdiff
path: root/.dev-suite/hooked/pre-commit
blob: 42298484d9eddf5d6795b4b3fb1a57836bf57416 (plain)
1
2
3
4
5
6
7
#! /bin/bash
set -eu -o pipefail

cargo build --all
cargo test --all
rustup run nightly cargo fmt --all -- --check
cargo clippy --all --all-targets -- -W clippy::pedantic