# Objective Fixes #16051 Closes #16145 ## Solution Allow passing `--build-jobs` and `--test-threads` to `ci` i.e. ``` cargo run -p ci -- --build-jobs 4 --test-threads 4 ``` ## Testing running ci locally --------- Co-authored-by: Benjamin Brienen <Benjamin.Brienen@outlook.com> |
||
|---|---|---|
| .. | ||
| bench_check.rs | ||
| clippy.rs | ||
| compile_check.rs | ||
| compile_fail.rs | ||
| compile.rs | ||
| doc_check.rs | ||
| doc_test.rs | ||
| doc.rs | ||
| example_check.rs | ||
| format.rs | ||
| integration_test_check.rs | ||
| integration_test_clean.rs | ||
| integration_test.rs | ||
| lints.rs | ||
| mod.rs | ||
| test_check.rs | ||
| test.rs | ||