diff --git a/ci/test-stable.sh b/ci/test-stable.sh index d8943fa242..cd8791a68a 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -25,9 +25,10 @@ maybe_install() { } _ cargo fmt -- --check +_ cargo clippy -- --version +_ cargo clippy -- --deny=warnings _ cargo build --all --verbose _ cargo test --verbose --lib -_ cargo clippy -- --deny=warnings || true # Run integration tests serially for test in tests/*.rs; do