This is an automated email from the ASF dual-hosted git repository.

zyxxoo pushed a commit to branch refactor/rust-rewrite-design
in repository https://gitbox.apache.org/repos/asf/hugegraph.git


The following commit(s) were added to refs/heads/refactor/rust-rewrite-design 
by this push:
     new be55a1761 ci: verify Rust partition POC on changes
be55a1761 is described below

commit be55a176153494c0fb57363b5ef8904786936995
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 09:37:24 2026 +0800

    ci: verify Rust partition POC on changes
---
 .github/workflows/rust-partition-poc.yml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/.github/workflows/rust-partition-poc.yml 
b/.github/workflows/rust-partition-poc.yml
new file mode 100644
index 000000000..8bba82094
--- /dev/null
+++ b/.github/workflows/rust-partition-poc.yml
@@ -0,0 +1,22 @@
+name: Rust Partition POC
+
+on:
+  pull_request:
+    paths:
+      - "tools/rust-partition-poc/**"
+      - ".github/workflows/rust-partition-poc.yml"
+  push:
+    branches: [master, "refactor/**"]
+    paths:
+      - "tools/rust-partition-poc/**"
+      - ".github/workflows/rust-partition-poc.yml"
+
+jobs:
+  verify:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v4
+      - uses: dtolnay/rust-toolchain@stable
+        with:
+          components: rustfmt, clippy
+      - run: tools/rust-partition-poc/verify.sh

Reply via email to