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: