This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new a640fd303 chore: Do not run -cli tests twice (#1732)
a640fd303 is described below
commit a640fd3033d894c076584230d7f18775067fe218
Author: Martin Grigorov <[email protected]>
AuthorDate: Tue May 19 19:55:49 2026 +0300
chore: Do not run -cli tests twice (#1732)
Currently all (TUI) unit tests are executed twice: once for lib.rs and a
second time for main.rs
---
ballista-cli/Cargo.toml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ballista-cli/Cargo.toml b/ballista-cli/Cargo.toml
index 7deedca2c..cdfe436b9 100644
--- a/ballista-cli/Cargo.toml
+++ b/ballista-cli/Cargo.toml
@@ -56,3 +56,7 @@ tui-big-text = { version = "0.8.4", optional = true }
[features]
default = ["tui"]
tui = ["dep:chrono", "dep:config", "dep:crossterm", "dep:dotparser",
"dep:futures", "dep:percent-encoding", "dep:prometheus-parse", "dep:ratatui",
"dep:reqwest", "dep:serde", "dep:serde_json", "dep:tracing-appender",
"dep:tui-big-text"]
+
+[[bin]]
+name = "ballista-cli"
+test = false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]