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