Skip to content

Commit 686e778

Browse files
committed
fix(ci): remove redundant cargo check from test-musl job to save CI time
1 parent 6cdc468 commit 686e778

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,9 @@ jobs:
139139
- name: Install Rust toolchain
140140
run: rustup show
141141

142-
- run: cargo check --all-targets --all-features
143-
env:
144-
RUSTFLAGS: '-D warnings --cfg tokio_unstable'
145-
146142
# Test all crates/* packages. New crates are automatically included.
147143
# Also test vite-plus-cli (lives outside crates/) to catch type sync issues.
144+
# Skip separate cargo check — cargo test already compiles everything.
148145
- run: cargo test $(for d in crates/*/; do echo -n "-p $(basename $d) "; done) -p vite-plus-cli
149146
env:
150147
RUST_MIN_STACK: 8388608

0 commit comments

Comments
 (0)