From b6c3db9a4a6771ae44ee648781adc05fc095c02c Mon Sep 17 00:00:00 2001 From: stefan-mysten <135084671+stefan-mysten@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:07:31 -0800 Subject: [PATCH] Try to fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e101e6cc4..999ba2599 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ test: cargo nextest run --all-features -p sui-sdk-types -p sui-crypto cargo test --doc -package_%.json: +package_%.json: crates/sui-transaction-builder/tests/%/Move.toml crates/sui-transaction-builder/tests/%/sources/*.move cd crates/sui-transaction-builder/tests/$(*F) && sui move build --dump-bytecode-as-base64 >> ../../$@ .PHONY: test-with-localnet