Skip to content

Commit

Permalink
bugfix: rust ci
Browse files Browse the repository at this point in the history
  • Loading branch information
theweipeng committed Feb 14, 2024
1 parent 496e3e5 commit eaa9ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eaa9ecb

Please sign in to comment.