Skip to content

Commit

Permalink
Try to fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed Dec 5, 2024
1 parent 6ee310c commit b6c3db9
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 @@ -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
Expand Down

0 comments on commit b6c3db9

Please sign in to comment.