Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective - Running `cargo run --package ci -- ...` is lengthy, and `cargo r -p ci -- ...` isn't much better. - Closes bevyengine#13197. ## Solution - Add an opt-in alias to the `ci` tool with `cargo ci ...`. - You need to copy `config_fast_builds.toml` to `config.toml` to enable this functionality. ## Testing - Copy `config_fast_builds.toml` to `config.toml`, then run `cargo ci --help`. --- ## Changelog - Added `cargo ci` alias for internal `ci` tool.
- Loading branch information