From e9ae5e94009eb0abba0817dadb5c02f3d9c9b657 Mon Sep 17 00:00:00 2001 From: Eric Walker Date: Tue, 9 Jul 2024 22:05:31 -0400 Subject: [PATCH] Add crypto to test-javy make task This allows the crypto tests to run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1cfe0ad14..efd398137 100644 --- a/Makefile +++ b/Makefile @@ -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