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

This commit is contained in:
Byron Hsu
2024-11-11 14:46:08 -08:00
committed by GitHub
parent 0d94f1dd03
commit 3e33574374
2 changed files with 2 additions and 1 deletions

View File

@@ -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