Commit e0a8eff 1 parent 90a2892 commit e0a8eff Copy full SHA for e0a8eff
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ jobs:
52
52
# The `npm ci` for this step fails a lot as part of the Test step. Run it
53
53
# now so that we don't have to wait 2 hours for the Build step to pass
54
54
# first before that failure happens. (And if there's something about
55
- # `make run-ci -j2 ` that is causing the failure and the failure doesn't
55
+ # `make run-ci -j3 ` that is causing the failure and the failure doesn't
56
56
# happen anymore running this step here first, that's also useful
57
57
# information.)
58
58
- name : tools/doc/node_modules workaround
59
59
run : make tools/doc/node_modules
60
60
- name : Build
61
- run : make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
61
+ run : make build-ci -j3 V=1 CONFIG_FLAGS="--error-on-warn"
62
62
- name : Test
63
- run : make run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
63
+ run : make run-ci -j3 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
You can’t perform that action at this time.
0 commit comments