aboutsummaryrefslogtreecommitdiff
path: root/.dev-suite/hooked/pre-commit
blob: 9ae83cf74f61ae2ab09d2940660154145d17bd1e (plain)
1
2
3
4
5
#! /bin/bash
cargo build --all
cargo test --all
cargo +nightly fmt --all -- --check
cargo clippy --all --all-targets