| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3de1257 commit 97fe8ba
1 file 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" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments