Skip to content

Commit 29abd46

Browse files
doublegateCopilot
andauthored
Update .github/copilot-instructions.md
Copilot Suggest #1 — DG 11/29 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cdd3e3f commit 29abd46

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/copilot-instructions.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,15 @@ The GitHub Actions CI (.github/workflows/ci.yml) runs these jobs:
5555
5. **docs** - `cargo doc --workspace --no-deps` with `RUSTDOCFLAGS=-Dwarnings`
5656
6. **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
```

0 commit comments

Comments
 (0)