From fb0faa3f069525833f1c1313f59e8ba555903f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Cabrera?= Date: Wed, 5 Apr 2023 20:54:33 -0400 Subject: [PATCH] ci: Check wasmtime with the `winch` feature enabled (#6162) Follow up to https://github.com/bytecodealliance/wasmtime/pull/6119 --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4704d0108..ffa3c39376 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -261,6 +261,7 @@ jobs: - run: cargo check -p wasmtime --no-default-features --features cranelift - run: cargo check -p wasmtime --no-default-features --features component-model - run: cargo check -p wasmtime --no-default-features --features cranelift,wat,async,cache + - run: cargo check -p wasmtime --no-default-features --features winch - run: cargo check --features component-model # Check that benchmarks of the cranelift project build