From 9bdb93ca99790c8e375d99775a2a2ee442dab10f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Thu, 5 Sep 2024 15:47:52 +0300 Subject: [PATCH] Tweak WASI CI job --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b9257d83..feccec45 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -288,7 +288,7 @@ jobs: wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin wasmtime --version - uses: Swatinem/rust-cache@v2 - - run: cargo test --target wasm32-wasip1 + - run: cargo test --no-default-features --target wasm32-wasip1 wasip2-tests: name: WASI Preview 2 Test @@ -306,7 +306,7 @@ jobs: wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin wasmtime --version - uses: Swatinem/rust-cache@v2 - - 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 build-tier2: name: Tier 2 Build