run rust test on ubuntu instead of 1-gpu-runner (#2003)
This commit is contained in:
2
.github/workflows/pr-test-rust.yml
vendored
2
.github/workflows/pr-test-rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user