| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6704e78 commit 7c6281a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -58,6 +58,6 @@ jobs: | |||
| 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 -j3 V=1 CONFIG_FLAGS="--error-on-warn" | ||
| 61 | + run: make build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn" | ||
| 62 | 62 | - name: Test | |
| 63 | - run: make run-ci -j3 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9" | ||
| 63 | + run: make run-ci -j$(getconf _NPROCESSORS_ONLN) V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments