Reorganize CI and test files (#9027)

This commit is contained in:
Lianmin Zheng
2025-08-10 12:30:06 -07:00
committed by GitHub
parent b58ae7a2a0
commit 2c7f01bc89
66 changed files with 161 additions and 195 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
bash scripts/ci_install_rust.sh
bash scripts/ci/ci_install_rust.sh
- name: Run fmt
run: |
@@ -64,7 +64,7 @@ jobs:
- name: Install rust dependencies
run: |
bash scripts/ci_install_rust.sh
bash scripts/ci/ci_install_rust.sh
- name: Build python binding
run: |