[router] Add remove worker api (#2380)

This commit is contained in:
Byron Hsu
2024-12-06 17:16:03 -08:00
committed by GitHub
parent 1bf9e34745
commit c36736c841
4 changed files with 67 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ jobs:
cd rust
pip install setuptools-rust wheel build
python3 -m build
pip install dist/*.whl
pip install --force-reinstall dist/*.whl
- name: Run e2e test
run: |
cd rust/py_test