Unverified Commit 8779da95 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Update pr-test.yml (#1412)

parent ad0ff62a
...@@ -37,7 +37,7 @@ jobs: ...@@ -37,7 +37,7 @@ jobs:
cd test/lang cd test/lang
python3 run_suite.py --suite minimal 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' if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: 1-gpu-runner runs-on: 1-gpu-runner
steps: steps:
...@@ -56,7 +56,7 @@ jobs: ...@@ -56,7 +56,7 @@ jobs:
cd test/srt cd test/srt
python3 run_suite.py --suite minimal --range-begin 0 --range-end 8 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' if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: 1-gpu-runner runs-on: 1-gpu-runner
steps: steps:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment