Skip to content

Commit

Permalink
fix: use forge clean with snapshot and coverage ci
Browse files Browse the repository at this point in the history
commit 5ca1220
Author: Shawn <[email protected]>
Date:   Thu Jun 27 20:02:31 2024 -0700

    fix: use forge clean with snapshot and coverage ci
  • Loading branch information
shaspitz committed Jun 28, 2024
1 parent 029aa03 commit 0a36fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ jobs:
run: forge clean && forge test -vvv --via-ir

- name: Run Snapshot
run: forge snapshot --via-ir
run: forge clean && forge snapshot --via-ir

- name: Run Coverage
run: forge coverage --ir-minimum
run: forge clean && forge coverage --ir-minimum

contracts:
name: Test and Build Contracts Scripts
Expand Down

0 comments on commit 0a36fe2

Please sign in to comment.