bevyengine / bevyengine/bevy

Add a way to run CI on a specific crate

Open
#13,631 0 comments 2 reactions 0 assignees View on GitHub
A-Build-System C-Usability
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 22h
Merged PRs (30d)
161

Description

## What problem does this solve or what need does it fill?

Running the entire CI locally takes around 10 minutes on my machine, even though I have usually only made changes to one crate.
(I didn't see an option to specify a crate in `cargo run -p ci --help`, so I'm assuming it doesn't exist.)

## What solution would you like?

Have an option to run the ci only on one crate, maybe something like:
`cargo run -p ci -- -p bevy_ecs`?

## What alternative(s) have you considered?

- Run the entire CI
- Run the commands manually on the crate

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.