You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Do not rely on RUSTFLAGS for Clippy lint configuration (#499)
* chore: Stop using RUSTFLAGS to configure Clippy lints
* chore: Remove now unneeded workaround for RUSTFLAGS
* chore: Speed up pre-commit checks and reuse build cache more
* fixup: Use consistent syntax in RUSTDOCFLAGS to deny warnings
* Fix rust lint ordering in Cargo.toml
# Intended to be in sync with .github/workflows/hardhat-core-ci.yml's
4
-
# test-edr-rs
3
+
# Intended to be in sync with .github/workflows/edr-ci.yml's `test-edr-rs` job.
4
+
5
5
6
6
if [ -z"${ALCHEMY_URL}" ] || [ -z"${INFURA_URL}" ];then
7
7
echo WARNING: skipping remote tests because the ALCHEMY_URL and INFURA_URL environment variables are not defined. Local test results may differ from those in CI.
@@ -13,9 +13,11 @@ fi
13
13
# Set -x here to avoid printing secrets
14
14
set -xe
15
15
16
-
# Setting RUSTFLAGS env for clippy makes it not include custom rules
0 commit comments