Skip to content

Commit ce8c7ab

Browse files
authored
Fix build for tests (#406)
1 parent d6f805d commit ce8c7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: matrix.package == 'core'
2525
uses: foundry-rs/foundry-toolchain@v1
2626
- name: Install dependencies
27-
run: yarn install
27+
run: yarn install --network-concurrency 1
2828
- name: Compile TypeScript
2929
run: yarn tsc
3030
working-directory: packages/${{matrix.package}}

0 commit comments

Comments
 (0)