Commit cc37959 1 parent fc0c130 commit cc37959 Copy full SHA for cc37959
File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 90
90
- name : Build
91
91
run : |
92
92
cd $TAR_DIR
93
- make build-ci -j2 V=1
93
+ make build-ci -j4 V=1
94
94
- name : Test
95
95
run : |
96
96
cd $TAR_DIR
97
- make run-ci -j2 V=1 TEST_CI_ARGS="-p dots --node-args='--test-reporter=spec' --measure-flakiness 9"
97
+ make run-ci -j4 V=1 TEST_CI_ARGS="-p dots --node-args='--test-reporter=spec' --measure-flakiness 9"
Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ jobs:
53
53
- name : Install gcovr
54
54
run : pip install gcovr==4.2
55
55
- name : Build
56
- run : make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn --coverage --without-intl"
56
+ run : make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --coverage --without-intl"
57
57
# TODO(bcoe): fix the couple tests that fail with the inspector enabled.
58
58
# The cause is most likely coverage's use of the inspector.
59
59
- name : Test
60
- run : NODE_V8_COVERAGE=coverage/tmp make test-cov -j2 V=1 TEST_CI_ARGS="-p dots --node-args='--test-reporter=spec' --measure-flakiness 9" || exit 0
60
+ run : NODE_V8_COVERAGE=coverage/tmp make test-cov -j4 V=1 TEST_CI_ARGS="-p dots --node-args='--test-reporter=spec' --measure-flakiness 9" || exit 0
61
61
- name : Report JS
62
62
run : npx c8 report --check-coverage
63
63
env :
Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ jobs:
53
53
- name : Install gcovr
54
54
run : pip install gcovr==4.2
55
55
- name : Build
56
- run : make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn --coverage"
56
+ run : make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --coverage"
57
57
# TODO(bcoe): fix the couple tests that fail with the inspector enabled.
58
58
# The cause is most likely coverage's use of the inspector.
59
59
- name : Test
60
- run : NODE_V8_COVERAGE=coverage/tmp make test-cov -j2 V=1 TEST_CI_ARGS="-p dots --node-args='--test-reporter=spec' --measure-flakiness 9" || exit 0
60
+ run : NODE_V8_COVERAGE=coverage/tmp make test-cov -j4 V=1 TEST_CI_ARGS="-p dots --node-args='--test-reporter=spec' --measure-flakiness 9" || exit 0
61
61
- name : Report JS
62
62
run : npx c8 report --check-coverage
63
63
env :
Original file line number Diff line number Diff line change 57
57
- name : Environment Information
58
58
run : npx envinfo
59
59
- name : Build
60
- run : make build-ci -j2 V=1
60
+ run : make build-ci -j4 V=1
61
61
- name : Test
62
- run : make run-ci -j2 V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' -t 300 --measure-flakiness 9"
62
+ run : make run-ci -j4 V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' -t 300 --measure-flakiness 9"
Original file line number Diff line number Diff line change 50
50
- name : Environment Information
51
51
run : npx envinfo
52
52
- name : Build
53
- run : make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
53
+ run : make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn"
54
54
- name : Test Internet
55
- run : make test-internet -j2 V=1;
55
+ run : make test-internet -j4 V=1;
Original file line number Diff line number Diff line change 44
44
- name : Environment Information
45
45
run : npx envinfo
46
46
- name : Build
47
- run : make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
47
+ run : make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn"
48
48
- name : Test
49
- run : make run-ci -j2 V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' --measure-flakiness 9"
49
+ run : make run-ci -j4 V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' --measure-flakiness 9"
You can’t perform that action at this time.
0 commit comments