[router] add rust cache for rust unit test (#10079)
This commit is contained in:
5
.github/workflows/pr-test-rust.yml
vendored
5
.github/workflows/pr-test-rust.yml
vendored
@@ -27,6 +27,11 @@ jobs:
|
||||
run: |
|
||||
bash scripts/ci/ci_install_rust.sh
|
||||
|
||||
- name: Rust cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: sgl-router
|
||||
|
||||
- name: Run lint
|
||||
run: |
|
||||
source "$HOME/.cargo/env"
|
||||
|
||||
Reference in New Issue
Block a user