diff --git a/Makefile b/Makefile index 000b2aef57..4ffa906987 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ build: build_rust build_go build-libpreflight: Cargo.lock cd cmd/soroban-rpc/lib/preflight && cargo build --target $(CARGO_BUILD_TARGET) --profile release-with-panic-unwind -build-test-wasms: Cargo.lock +build-test-wasms: cargo build --package 'test_*' --profile test-wasms --target wasm32-unknown-unknown build-test: build-test-wasms install_rust