mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 23:24:44 +00:00
62bb83cbbc
# Objective - Running `cargo run --package ci -- ...` is lengthy, and `cargo r -p ci -- ...` isn't much better. - Closes #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. |
||
---|---|---|
.. | ||
config_fast_builds.toml |