Skip to content

Commit 04bf860

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ Before submitting changes, ensure:
132132
4. **Tests pass:** `cargo test --workspace`
133133
5. **Documentation builds:** `cargo doc --workspace --no-deps`
134134

135-
Or run all at once: `cargo run -p xtask -- ci`
135+
Or run most checks at once: `cargo run -p xtask -- ci`
136+
_(Note: This does **not** run documentation build (`cargo doc --workspace --no-deps`) and may not use `--all-features` for clippy. Run those separately as needed.)_
136137

137138
## Common Issues
138139

0 commit comments

Comments
 (0)