diff --git a/ci/test-nightly.sh b/ci/test-nightly.sh index 8ee93316a..24eaa1248 100755 --- a/ci/test-nightly.sh +++ b/ci/test-nightly.sh @@ -13,10 +13,6 @@ _() { _ cargo build --verbose --features unstable _ cargo test --verbose --features=unstable -# TODO: Re-enable warnings-as-errors after clippy offers a way to not warn on unscoped lint names. -#_ cargo clippy -- --deny=warnings -_ cargo clippy - exit 0 # Coverage disabled (see issue #433) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index e2797dd91..8c9252c2e 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -15,6 +15,10 @@ _ 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 + echo --- ci/localnet-sanity.sh ( set -x