Skip to content

Commit

Permalink
Add crypto to test-javy make task
Browse files Browse the repository at this point in the history
This allows the crypto tests to run
  • Loading branch information
ewalk153 committed Jul 10, 2024
1 parent fa3c661 commit e9ae5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docs:
cargo doc --package=javy-core --open --target=wasm32-wasi

test-javy:
CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime --dir=." cargo wasi test --package=javy --features json,messagepack -- --nocapture
CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime --dir=." cargo wasi test --package=javy --features json,messagepack,crypto -- --nocapture

test-core:
cargo wasi test --package=javy-core -- --nocapture
Expand Down

0 comments on commit e9ae5e9

Please sign in to comment.