Skip to content

Commit

Permalink
Add j0 and use matrix for test
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Sep 30, 2023
1 parent 7366492 commit 05b0451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jobs: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
jobs: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
timeout-minutes: 60
needs: check_source
if: needs.check_source.outputs.run_tests == 'true'
Expand All @@ -101,4 +101,4 @@ jobs:
- name: Display build info
run: make pythoninfo
- name: Tests
run: make buildbottest TESTOPTS="-j4 -uall,-cpu"
run: make buildbottest TESTOPTS="-j${{ matrix.jobs }} -uall,-cpu"

0 comments on commit 05b0451

Please sign in to comment.