Skip to content

Commit 05b0451

Browse files
authored
Add j0 and use matrix for test
1 parent 7366492 commit 05b0451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
jobs: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
77+
jobs: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
7878
timeout-minutes: 60
7979
needs: check_source
8080
if: needs.check_source.outputs.run_tests == 'true'
@@ -101,4 +101,4 @@ jobs:
101101
- name: Display build info
102102
run: make pythoninfo
103103
- name: Tests
104-
run: make buildbottest TESTOPTS="-j4 -uall,-cpu"
104+
run: make buildbottest TESTOPTS="-j${{ matrix.jobs }} -uall,-cpu"

0 commit comments

Comments
 (0)