Skip to content

Commit

Permalink
Fix build for tests (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau authored Nov 18, 2024
1 parent d6f805d commit ce8c7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: matrix.package == 'core'
uses: foundry-rs/foundry-toolchain@v1
- name: Install dependencies
run: yarn install
run: yarn install --network-concurrency 1
- name: Compile TypeScript
run: yarn tsc
working-directory: packages/${{matrix.package}}
Expand Down

0 comments on commit ce8c7ab

Please sign in to comment.