Skip to content

Commit a19a62c

Browse files
committed
update: snapshot tolerance
1 parent ce6b9e5 commit a19a62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: forge test -vvv
3737

3838
- name: Gas Snapshot
39-
run: forge snapshot --check --tolerance 500
39+
run: forge snapshot --check --tolerance 5 # Allow 5% gas increase per function
4040

4141
- name: Coverage Report
4242
run: forge coverage --report lcov

0 commit comments

Comments
 (0)