We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221f298 commit 6fafec3Copy full SHA for 6fafec3
.github/workflows/test-macos.yml
@@ -58,6 +58,6 @@ jobs:
58
- name: tools/doc/node_modules workaround
59
run: make tools/doc/node_modules
60
- name: Build
61
- run: make build-ci -j3 V=1 CONFIG_FLAGS="--error-on-warn"
+ run: make build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn"
62
- name: Test
63
- run: make run-ci -j3 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
+ run: make run-ci -j$(getconf _NPROCESSORS_ONLN) V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
0 commit comments