Skip to content

Commit f640bb7

Browse files
committed
more parallelism
1 parent 37983d0 commit f640bb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
- name: Environment Information
5353
run: npx envinfo
5454
- name: Build
55-
run: make -C node build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
55+
run: make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn"
5656
- name: Test
57-
run: make -C node run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
57+
run: make -C node run-ci -j4 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
5858
- name: Re-run test in a folder whose name contains unusual chars
5959
run: |
6060
mv node 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
6161
cd 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
62-
./tools/test.py --flaky-tests keep_retrying -p actions -j 2
62+
./tools/test.py --flaky-tests keep_retrying -p actions -j 4

0 commit comments

Comments
 (0)