We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f805d commit ce8c7abCopy full SHA for ce8c7ab
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
if: matrix.package == 'core'
25
uses: foundry-rs/foundry-toolchain@v1
26
- name: Install dependencies
27
- run: yarn install
+ run: yarn install --network-concurrency 1
28
- name: Compile TypeScript
29
run: yarn tsc
30
working-directory: packages/${{matrix.package}}
0 commit comments