File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments