Skip to content

Commit

Permalink
fix: ci failing due to dirty cache
Browse files Browse the repository at this point in the history
  • Loading branch information
woodenfurniture committed Apr 16, 2024
1 parent 70ac92b commit 9d54089
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,9 @@ jobs:
- name: Install Foundry
uses: foundry-rs/[email protected]

- name: Run Forge build
run: |
forge --version
forge build --sizes
id: build

- name: Run Forge tests
run: |
forge clean
forge test -vvv
id: test
- name: Generate coverage report
Expand Down

0 comments on commit 9d54089

Please sign in to comment.