diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8e8e1ff26..40e1b0928 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,8 +10,8 @@ jobs: tests: strategy: matrix: - shardIndex: [1, 2, 3, 4, 5, 6] - shardTotal: [6] + shardIndex: [1, 2, 3, 4, 5, 6, 7 ,8] + shardTotal: [8] runs-on: ubuntu-latest steps: - name: Checkout