Skip to content

Commit

Permalink
Update pr-test.yml (sgl-project#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy authored Sep 13, 2024
1 parent ad0ff62 commit 8779da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cd test/lang
python3 run_suite.py --suite minimal
unit-test-backend-part-0:
unit-test-backend-part-1:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: 1-gpu-runner
steps:
Expand All @@ -56,7 +56,7 @@ jobs:
cd test/srt
python3 run_suite.py --suite minimal --range-begin 0 --range-end 8
unit-test-backend-part-1:
unit-test-backend-part-2:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: 1-gpu-runner
steps:
Expand Down

0 comments on commit 8779da9

Please sign in to comment.