Commit 4d6bb0db authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #8123 from ethereum-optimism/jg/non_strict_deployment_for_gas_snapshot

CI: Set STRICT_DEPLOYMENT=false for gas snapshots
parents 81d4b83f 40c682b4
......@@ -380,7 +380,7 @@ jobs:
name: gas snapshot
command: |
forge --version
pnpm gas-snapshot --check || echo "export GAS_SNAPSHOT_STATUS=1" >> "$BASH_ENV"
STRICT_DEPLOYMENT=false pnpm gas-snapshot --check || echo "export GAS_SNAPSHOT_STATUS=1" >> "$BASH_ENV"
environment:
FOUNDRY_PROFILE: ci
working_directory: packages/contracts-bedrock
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment