Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
3e335743
Unverified
Commit
3e335743
authored
Nov 11, 2024
by
Byron Hsu
Committed by
GitHub
Nov 11, 2024
Browse files
run rust test on ubuntu instead of 1-gpu-runner (#2003)
parent
0d94f1dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.github/workflows/pr-test-rust.yml
.github/workflows/pr-test-rust.yml
+1
-1
rust/README.md
rust/README.md
+1
-0
No files found.
.github/workflows/pr-test-rust.yml
View file @
3e335743
...
@@ -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
...
...
rust/README.md
View file @
3e335743
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment