diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 51dee9f90..3ba34f575 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -301,7 +301,7 @@ jobs: strategy: fail-fast: false matrix: - part: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + part: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14] steps: - name: Checkout code uses: actions/checkout@v4