From 58f42b1dd8d9aa934a2684e82c06c80c5f0561a0 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Thu, 16 Jan 2025 05:51:49 +0800 Subject: [PATCH] minor: update pr test (#2908) --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 274c97c63..51117127a 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -52,7 +52,7 @@ jobs: runs-on: 1-gpu-runner strategy: matrix: - range: [0-6, 6-16, 16-23, 23-30, 30-100] + range: [0-6, 6-16, 16-23, 23-30, 30-38, 38-100] steps: - name: Checkout code uses: actions/checkout@v3