We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdc468 commit 686e778Copy full SHA for 686e778
1 file changed
.github/workflows/ci.yml
@@ -139,12 +139,9 @@ jobs:
139
- name: Install Rust toolchain
140
run: rustup show
141
142
- - run: cargo check --all-targets --all-features
143
- env:
144
- RUSTFLAGS: '-D warnings --cfg tokio_unstable'
145
-
146
# Test all crates/* packages. New crates are automatically included.
147
# Also test vite-plus-cli (lives outside crates/) to catch type sync issues.
+ # Skip separate cargo check — cargo test already compiles everything.
148
- run: cargo test $(for d in crates/*/; do echo -n "-p $(basename $d) "; done) -p vite-plus-cli
149
env:
150
RUST_MIN_STACK: 8388608
0 commit comments