Add cargo sort check to test-checks.sh

This commit is contained in:
Nicholas Rempel 2022-06-23 22:03:24 -07:00 committed by Michael Vines
parent 2b21c1da29
commit 42eb846d52
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ To run the CI suite locally, you can run the `run-local.sh` script.
Before you do, there are a few dependencies that need to be installed:
```bash
cargo install grcov cargo-audit
cargo install cargo-audit cargo-sort grcov
```
## macOS

View File

@ -71,6 +71,7 @@ fi
--deny=warnings \
--deny=clippy::integer_arithmetic \
_ scripts/cargo-for-all-lock-files.sh -- nightly sort --workspace --check
_ scripts/cargo-for-all-lock-files.sh -- nightly fmt --all -- --check
_ ci/do-audit.sh