File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,15 @@ The GitHub Actions CI (.github/workflows/ci.yml) runs these jobs:
55555 . ** docs** - ` cargo doc --workspace --no-deps ` with ` RUSTDOCFLAGS=-Dwarnings `
56566 . ** msrv** - ` cargo check --workspace ` with Rust 1.85
5757
58- To replicate CI locally, run : ` cargo run -p xtask -- ci `
58+ To run the main CI checks locally, use : ` cargo run -p xtask -- ci `
5959
60+ ** Note:** The ` xtask ci ` command does ** not** fully replicate the CI workflow above. It omits:
61+ - The initial ` cargo check --workspace --all-features ` step
62+ - Running clippy with ` --all-features `
63+ - Building docs with ` RUSTDOCFLAGS=-Dwarnings `
64+ - The MSRV (minimum supported Rust version) check
65+
66+ For a full CI replication, run these steps manually as described above.
6067## Repository Structure
6168
6269```
You can’t perform that action at this time.
0 commit comments