ci: Check wasmtime with the winch feature enabled (#6162)

Follow up to https://github.com/bytecodealliance/wasmtime/pull/6119
This commit is contained in:
Saúl Cabrera
2023-04-05 20:54:33 -04:00
committed by GitHub
parent a9cda5af19
commit fb0faa3f06

View File

@@ -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