Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 345 Bytes

docs-contributing-testing-locally.md

File metadata and controls

19 lines (14 loc) · 345 Bytes

Testing locally

  1. Clone submodules
git submodules init
git submodules update
  1. Install cargo hack
cargo +stable install cargo-hack --locked
  1. Run tests, eg:
CARGO_TARGET_WASM32_WASIP1_RUNNER="wasmtime --dir=." cargo hack test --target=wasm32-wasip1 --workspace --exclude=javy-cli --each-feature -- --nocapture