Skip to content

Commit 84f262a

Browse files
committed
[ci] scope rust integration job to test_fluss target only
1 parent 15bf742 commit 84f262a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_test_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
8585

8686
- name: Integration Test
87-
run: cargo test --features integration_tests --all-targets --workspace --exclude fluss_python --exclude fluss-cpp --exclude fluss_nif
87+
run: cargo test --features integration_tests --test test_fluss -p fluss-rs
8888
env:
8989
RUST_LOG: DEBUG
9090
RUST_BACKTRACE: full

0 commit comments

Comments
 (0)