cdisselkoen opened PR #1608 from cranelift-wasm-tests
to master
:
Fixes #1595; see there for more discussion.
Before this PR, running
cargo test
locally in thecranelift/wasm
directory fails. This PR ensures that the correct dependency features are enabled for tests, so thatcargo test
succeeds. Note thatcargo +nightly test --workspace
works both before and after this PR, because it enables the feature in question; this PR ensures thatcargo test
works locally in thecranelift/wasm
directory.
alexcrichton merged PR #1608.
Last updated: Nov 22 2024 at 16:03 UTC