diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-18 17:25:29 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-18 17:26:37 +0800 |
| commit | da5a750965dbec5a2c003faa8fb9f1dd110ccce8 (patch) | |
| tree | b793769ec40494c1ab056c65748c3393b5a849ed /dev_tools/src/bin/ci.rs | |
| parent | ab7c5785fb290541ad4361c0d46241817c3ff5f9 (diff) | |
Implement REPL execution with hooks and argument splitting
Diffstat (limited to 'dev_tools/src/bin/ci.rs')
| -rw-r--r-- | dev_tools/src/bin/ci.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev_tools/src/bin/ci.rs b/dev_tools/src/bin/ci.rs index f2676e0..a5f581d 100644 --- a/dev_tools/src/bin/ci.rs +++ b/dev_tools/src/bin/ci.rs @@ -56,7 +56,7 @@ fn build_all() -> Result<(), i32> { for cargo_toml in cargo_tomls { println_cargo_style!("Build: {}", cargo_toml.to_string_lossy()); run_cmd!( - "cargo check --manifest-path {}", + "cargo build --manifest-path {}", cargo_toml.to_string_lossy() )?; } |
