Skip to content

Commit

Permalink
add forge install to foundry tests
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Nov 1, 2023
1 parent bc9d616 commit d4f5bef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/foundry-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ jobs:
with:
version: nightly

- name: Run Forge install
run: |
forge install
id: install

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

Expand Down

0 comments on commit d4f5bef

Please sign in to comment.