diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 8c9252c2e..3185705b7 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -14,10 +14,7 @@ _() { _ cargo fmt -- --check _ cargo build --verbose _ cargo test --verbose - -# TODO: Re-enable warnings-as-errors after clippy offers a way to not warn on unscoped lint names. -#_ cargo clippy -- --deny=warnings -_ cargo clippy +_ cargo clippy -- --deny=warnings echo --- ci/localnet-sanity.sh (