Add cargo sort check to test-checks.sh
This commit is contained in:
parent
2b21c1da29
commit
42eb846d52
|
@ -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:
|
Before you do, there are a few dependencies that need to be installed:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo install grcov cargo-audit
|
cargo install cargo-audit cargo-sort grcov
|
||||||
```
|
```
|
||||||
|
|
||||||
## macOS
|
## macOS
|
||||||
|
|
|
@ -71,6 +71,7 @@ fi
|
||||||
--deny=warnings \
|
--deny=warnings \
|
||||||
--deny=clippy::integer_arithmetic \
|
--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
|
_ scripts/cargo-for-all-lock-files.sh -- nightly fmt --all -- --check
|
||||||
|
|
||||||
_ ci/do-audit.sh
|
_ ci/do-audit.sh
|
||||||
|
|
Loading…
Reference in New Issue