Skip to content

Commit

Permalink
[VRF] opt out of snapshot checks (#10491)
Browse files Browse the repository at this point in the history
* [VRF] opt out of snapshot checks

* Change VRF snapshot by 1

* Remove snapshot file
  • Loading branch information
vreff authored Sep 6, 2023
1 parent 2ff674b commit da3e611
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
1 change: 1 addition & 0 deletions .github/workflows/solidity-foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
FOUNDRY_PROFILE: ${{ matrix.product }}

- name: Run Forge snapshot
if: ${{ !contains(fromJson('["vrf"]'), matrix.product) }}
run: |
forge snapshot --check gas-snapshots/${{ matrix.product }}.gas-snapshot
id: snapshot
Expand Down
18 changes: 0 additions & 18 deletions contracts/gas-snapshots/vrf.gas-snapshot

This file was deleted.

0 comments on commit da3e611

Please sign in to comment.