Skip to content

Commit

Permalink
ci: fix yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Feb 27, 2024
1 parent eba7cd1 commit dfabb2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
version: nightly

- run: yarn
- run: forge install
- run: yarn test:sizes

Expand All @@ -52,6 +53,7 @@ jobs:
with:
version: nightly

- run: yarn
- run: forge install
- run: yarn test:gas-check

Expand All @@ -67,6 +69,7 @@ jobs:
with:
version: nightly

- run: yarn
- run: forge install && forge build
- run: yarn test:sigs

Expand All @@ -81,6 +84,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly


- run: yarn
- run: forge install && forge build
- run: yarn test:storage

0 comments on commit dfabb2e

Please sign in to comment.