Unverified Commit 3e335743 authored by Byron Hsu's avatar Byron Hsu Committed by GitHub
Browse files

run rust test on ubuntu instead of 1-gpu-runner (#2003)

parent 0d94f1dd
...@@ -18,7 +18,7 @@ concurrency: ...@@ -18,7 +18,7 @@ concurrency:
jobs: jobs:
unit-test-rust: unit-test-rust:
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: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
......
...@@ -20,6 +20,7 @@ cargo --version ...@@ -20,6 +20,7 @@ cargo --version
- Python with pip installed - Python with pip installed
## Build Process ## Build Process
### 1. Build Rust Project ### 1. Build Rust Project
......
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