From d0c4100ca829bb7e9923ea5319a491eaca49e1d5 Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 4 Jan 2024 21:20:40 +0800 Subject: [PATCH] chore(cli): the oxc_cli binary has no unit tests --- crates/oxc_cli/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/oxc_cli/Cargo.toml b/crates/oxc_cli/Cargo.toml index 42b8cd993..46f1a969a 100644 --- a/crates/oxc_cli/Cargo.toml +++ b/crates/oxc_cli/Cargo.toml @@ -18,6 +18,11 @@ workspace = true [lib] doctest = false +[[bin]] +name = "oxc_cli" +path = "src/main.rs" +test = false + [[bin]] name = "oxlint" path = "src/lint/main.rs"