From eaa9ecbdadc2cd8a97c0f2250a110d58646e49f8 Mon Sep 17 00:00:00 2001 From: theweipeng Date: Wed, 14 Feb 2024 19:27:20 +0800 Subject: [PATCH] bugfix: rust ci --- ci/run_ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_ci.py b/ci/run_ci.py index dee0315520..5e323bbd83 100644 --- a/ci/run_ci.py +++ b/ci/run_ci.py @@ -100,7 +100,7 @@ def _run_rust(): "cargo clippy --workspace --all-features --all-targets", "cargo doc", "cargo build --all-features --all-targets", - "RUST_BACKTRACE=1 cargo test", + "RUST_BACKTRACE=1 cargo test ", "cargo clean", ) for cmd in cmds: