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

fresh-borzoni pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new a1712bb3 [ci] scope rust integration job to test_fluss target only 
(#561)
a1712bb3 is described below

commit a1712bb346f5b0850180b77e1e85cddb3b687ab8
Author: Anton Borisov <[email protected]>
AuthorDate: Sat May 23 23:46:42 2026 +0100

    [ci] scope rust integration job to test_fluss target only (#561)
---
 .github/workflows/build_and_test_rust.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test_rust.yml 
b/.github/workflows/build_and_test_rust.yml
index af108699..9e60bd0c 100644
--- a/.github/workflows/build_and_test_rust.yml
+++ b/.github/workflows/build_and_test_rust.yml
@@ -84,7 +84,7 @@ jobs:
         uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # 
v2.9.1
 
       - name: Integration Test
-        run: cargo test --features integration_tests --all-targets --workspace 
--exclude fluss_python --exclude fluss-cpp --exclude fluss_nif
+        run: cargo test --features integration_tests --test test_fluss -p 
fluss-rs
         env:
           RUST_LOG: DEBUG
           RUST_BACKTRACE: full

Reply via email to