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:
jobs:
unit-test-rust:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: 1-gpu-runner
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
......
......@@ -20,6 +20,7 @@ cargo --version
- Python with pip installed
## Build Process
### 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