aboutsummaryrefslogtreecommitdiff
path: root/dev_tools/src
diff options
context:
space:
mode:
Diffstat (limited to 'dev_tools/src')
-rw-r--r--dev_tools/src/bin/ci.rs2
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()
)?;
}