Skip to content

Commit

Permalink
Ensure forge is installed for coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Jan 17, 2024
1 parent c8aa75f commit a252d2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ jobs:
!./rust
key: ${{ github.sha }}

- name: foundry-install
uses: onbjerg/foundry-toolchain@v1

- name: Run tests with coverage
run: yarn coverage
env:
Expand Down

0 comments on commit a252d2d

Please sign in to comment.