gitbutler/scripts/check.sh

9 lines
136 B
Bash
Raw Normal View History

#!/bin/bash
cargo c --all-features
cargo clippy --all-features
# cargo clippy -- --cfg test
cargo t
cargo fmt --check
cargo sort -c -w