Commit ceb07258 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

ci: better snapshot check (#2769)

Checks to ensure the latest gas snapshot has
been committed
parent 27234f68
...@@ -408,7 +408,7 @@ jobs: ...@@ -408,7 +408,7 @@ jobs:
name: gas snapshot name: gas snapshot
command: | command: |
forge --version forge --version
forge snapshot && git diff --exit-code .gas-snapshot forge snapshot --check
working_directory: packages/contracts-bedrock working_directory: packages/contracts-bedrock
- run: - run:
name: check go bindings name: check go bindings
......
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