Skip to content

Commit

Permalink
increase test parallelization to 10 (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Dec 15, 2021
1 parent e46c953 commit 24cae9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
strategy:
fail-fast: false
matrix:
instance: [ 0, 1, 2, 3, 4, 5, 6, 7]
instance: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
env:
GH_INSTANCE_TOTAL: 8
GH_INSTANCE_TOTAL: 10
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458
Expand Down

0 comments on commit 24cae9c

Please sign in to comment.