Skip to content

Commit

Permalink
chore: don't force rebuild during build-test-wasms
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Nov 8, 2023
1 parent 5398c06 commit 5443e3c
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 @@ -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
Expand Down

0 comments on commit 5443e3c

Please sign in to comment.