We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a3d51 commit 9bdb93cCopy full SHA for 9bdb93c
.github/workflows/tests.yml
@@ -288,7 +288,7 @@ jobs:
288
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
289
wasmtime --version
290
- uses: Swatinem/rust-cache@v2
291
- - run: cargo test --target wasm32-wasip1
+ - run: cargo test --no-default-features --target wasm32-wasip1
292
293
wasip2-tests:
294
name: WASI Preview 2 Test
@@ -306,7 +306,7 @@ jobs:
306
307
308
309
- - run: cargo test --target wasm32-wasip2 -Z build-std=core,alloc
+ - run: cargo test --no-default-features --target wasm32-wasip2 -Z build-std=core,alloc
310
311
build-tier2:
312
name: Tier 2 Build
0 commit comments