Skip to content

Commit d715d73

Browse files
authored
CI: Reduce the number of packages that are updated for wasip2 MSRV test (#825)
1 parent 2bc251c commit d715d73

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,11 @@ jobs:
391391
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
392392
wasmtime --version
393393
- uses: Swatinem/rust-cache@v2
394+
# TODO(MSRV-1.87): Remove this step.
394395
- name: Generate MSRV-compatible Cargo.lock
395396
env:
396397
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: "fallback"
397-
run: cargo update
398+
run: cargo update -p wasip2
398399
- run: cargo test --target wasm32-wasip2
399400

400401
# TODO: enable after pre-built std will be provided by Rust

0 commit comments

Comments
 (0)