Skip to content

Commit b524804

Browse files
committed
gas
1 parent ba1eb1b commit b524804

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ jobs:
6565
- uses: foundry-rs/foundry-toolchain@v1
6666
with:
6767
version: nightly
68-
- run: forge snapshot --check
68+
- run: forge snapshot
6969
env:
7070
FOUNDRY_PROFILE: default
71+
- run: cat .gas-snapshot
7172

7273
coverage:
7374
needs: [test-unit]

0 commit comments

Comments
 (0)