Skip to content

Commit 4c0d1a7

Browse files
cloudbridgeuyclaude
andcommitted
fix(ci): exclude xtask from cross-platform validation
xtask is a development-only tool that doesn't need to be cross-platform compatible. Only validate crates in the crates/ directory. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent adaf030 commit 4c0d1a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
${{ runner.os }}-cargo-
8383
8484
- name: Check compilation for ${{ matrix.target }}
85-
run: cargo check --target ${{ matrix.target }} --verbose
85+
run: cargo check --target ${{ matrix.target }} --workspace --exclude xtask --verbose
8686

8787
unused-deps:
8888
name: Check Unused Dependencies

0 commit comments

Comments
 (0)