Browse Source

Add another feature to CI checks for no_std (#8585)

Forgot this which meant it was actually testing very little in the
wasmtime crate.
pull/8586/head
Alex Crichton 6 months ago
committed by GitHub
parent
commit
46b7f1fdff
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -364,7 +364,7 @@ jobs:
# Checks for no_std support, ensure that crates can build on a no_std
# target
- run: rustup target add x86_64-unknown-none
- run: cargo check -p wasmtime --no-default-features --features gc,component-model
- run: cargo check -p wasmtime --no-default-features --features runtime,gc,component-model
env:
CARGO_BUILD_TARGET: x86_64-unknown-none

Loading…
Cancel
Save