diff --git a/ci/test-checks.sh b/ci/test-checks.sh index 6b826681ca..8a09a7490b 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -12,8 +12,8 @@ _() { "$@" } -_ cargo fmt -- --check -_ cargo clippy -- --version -_ cargo clippy -- --deny=warnings +_ cargo fmt --all -- --check +_ cargo clippy --all -- --version +_ cargo clippy --all -- --deny=warnings _ ci/audit.sh