Commit 40c682b4 authored by Joshua Gutow's avatar Joshua Gutow

CI: Set STRICT_DEPLOYMENT=false for gas snapshots

parent 3b284850
......@@ -376,7 +376,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