| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 45903ee commit 990da35
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -138,4 +138,4 @@ jobs: | |||
| 138 | 138 | - name: Build | |
| 139 | 139 | run: make -C "$TAR_DIR" build-ci -j4 V=1 | |
| 140 | 140 | - name: Test | |
| 141 | - run: make -C "$TAR_DIR" run-ci -j4 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9" | ||
| 141 | + run: make -C "$TAR_DIR" test-ci -j1 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9" | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -72,7 +72,7 @@ jobs: | |||
| 72 | 72 | - name: Build | |
| 73 | 73 | run: make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn" | |
| 74 | 74 | - name: Test | |
| 75 | - run: make -C node run-ci -j4 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9" | ||
| 75 | + run: make -C node test-ci -j1 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9" | ||
| 76 | 76 | - name: Re-run test in a folder whose name contains unusual chars | |
| 77 | 77 | run: | | |
| 78 | 78 | mv node "$DIR" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -127,7 +127,7 @@ jobs: | |||
| 127 | 127 | - name: Free Space After Build | |
| 128 | 128 | run: df -h | |
| 129 | 129 | - name: Test | |
| 130 | - run: make -C node run-ci -j$(getconf _NPROCESSORS_ONLN) V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9" | ||
| 130 | + run: make -C node test-ci -j1 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9" | ||
| 131 | 131 | - name: Re-run test in a folder whose name contains unusual chars | |
| 132 | 132 | run: | | |
| 133 | 133 | mv node "$DIR" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments