Skip to content

Commit 5a89c4f

Browse files
committed
Fix rust core test
Signed-off-by: James Duong <[email protected]>
1 parent 9de5de7 commit 5a89c4f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

utils/remote_cluster_manager.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,12 +823,15 @@ def test_glide_core_cluster_tls(self, endpoints: List[str]) -> bool:
823823
f.write(test_program)
824824

825825
# Create Cargo.toml
826-
cargo_toml = '''
827-
[package]
826+
cargo_toml = '''[package]
828827
name = "cluster_tls_test"
829828
version = "0.1.0"
830829
edition = "2021"
831830
831+
[[bin]]
832+
name = "main"
833+
path = "main.rs"
834+
832835
[dependencies]
833836
redis = { path = "../gh/jduo/valkey-glide/glide-core/redis-rs/redis", features = ["cluster-async", "tokio-comp"] }
834837
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)