bevy/tools/ci/src
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
..
commands Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
args.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
ci.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
main.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00
prepare.rs Allow passing number of thread for building and testing to CI (#19359) 2025-06-16 21:19:47 +00:00