We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bf742 commit 84f262aCopy full SHA for 84f262a
1 file changed
.github/workflows/build_and_test_rust.yml
@@ -84,7 +84,7 @@ jobs:
84
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
85
86
- name: Integration Test
87
- 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
88
env:
89
RUST_LOG: DEBUG
90
RUST_BACKTRACE: full
0 commit comments