bevy/tools/ci/src/commands
Lucas Franca c8cb7bdf57
Allow passing number of thread for building and testing to CI (#19359)
# 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>
2025-06-16 21:19:47 +00:00
..
bench_check.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
clippy.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
compile_check.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
compile_fail.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
compile.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
doc_check.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
doc_test.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
doc.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
example_check.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
format.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
integration_test_check.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
integration_test_clean.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
integration_test.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
lints.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
mod.rs Add no_std support to bevy (#17955) 2025-03-07 03:39:46 +00:00
test_check.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
test.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00