Skip to content

Commit 9bdb93c

Browse files
committed
Tweak WASI CI job
1 parent d3a3d51 commit 9bdb93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
289289
wasmtime --version
290290
- uses: Swatinem/rust-cache@v2
291-
- run: cargo test --target wasm32-wasip1
291+
- run: cargo test --no-default-features --target wasm32-wasip1
292292

293293
wasip2-tests:
294294
name: WASI Preview 2 Test
@@ -306,7 +306,7 @@ jobs:
306306
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
307307
wasmtime --version
308308
- uses: Swatinem/rust-cache@v2
309-
- run: cargo test --target wasm32-wasip2 -Z build-std=core,alloc
309+
- run: cargo test --no-default-features --target wasm32-wasip2 -Z build-std=core,alloc
310310

311311
build-tier2:
312312
name: Tier 2 Build

0 commit comments

Comments
 (0)