From 87bbfc2c5898338bc1ed65b07ca160e10383cece Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Mon, 23 Dec 2024 11:08:27 -0600 Subject: [PATCH] m --- crates/sui-sdk-types/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sui-sdk-types/Makefile b/crates/sui-sdk-types/Makefile index 79a9868bb..acc0c2322 100644 --- a/crates/sui-sdk-types/Makefile +++ b/crates/sui-sdk-types/Makefile @@ -17,7 +17,7 @@ test: .PHONY: wasm wasm: - CC=clang wasm-pack test --node + CC=clang wasm-pack test --node --all-features %: $(MAKE) -C ../.. $@