Skip to content

Commit

Permalink
fix: snapshot then test
Browse files Browse the repository at this point in the history
  • Loading branch information
justingreenberg committed Nov 14, 2023
1 parent 69095a1 commit 32b3557
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gas-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ TestStrategistOriginator:testInvalidDebtAmountRequestingZero() (gas: 212060)
TestStrategistOriginator:testInvalidDebtLength() (gas: 210689)
TestStrategistOriginator:testInvalidOffer() (gas: 425546)
TestStrategistOriginator:testInvalidSigner() (gas: 214017)
TestStrategistOriginator:testSetStrategist() (gas: 17796)
TestStrategistOriginator:testSetStrategist() (gas: 17796)
6 changes: 3 additions & 3 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Lint
run: forge fmt --check

- name: Test
run: forge test -vvv

- name: Snapshot
run: forge snapshot --check --no-match-path '*fuzz*'

- name: Test
run: forge test -vvv

0 comments on commit 32b3557

Please sign in to comment.