Skip to content

Commit

Permalink
👷 github: clear forge's failure-persist dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed May 22, 2024
1 parent 67e7ab4 commit 6774117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- uses: foundry-rs/foundry-toolchain@v1
- run: bun install
- run: bun run lint
- run: forge build --force
- run: rm -rf cache/fuzz cache/invariant
- run: forge build
- run: bun run coverage
- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 6774117

Please sign in to comment.