Skip to content

Commit 9e42976

Browse files
author
Michael-F-Bryan
committed
Update the makefile to not rebuild wasmer when running integration tests
1 parent a12f9f3 commit 9e42976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -619,10 +619,10 @@ test-wasi-unit:
619619
test-wasi:
620620
$(CARGO_BINARY) test $(CARGO_TARGET_FLAG) --release --tests $(compiler_features) -- wasi::wasitests
621621

622-
test-integration-cli: build-wasmer build-capi package-capi-headless package distribution
622+
test-integration-cli: build-capi package-capi-headless package distribution
623623
cp ./dist/wasmer.tar.gz ./link.tar.gz
624624
rustup target add wasm32-wasi
625-
WASMER_DIR=`pwd`/package $(CARGO_BINARY) test $(CARGO_TARGET_FLAG) --features webc_runner --no-fail-fast -p wasmer-integration-tests-cli -- --nocapture --test-threads=1
625+
WASMER_DIR=`pwd`/package $(CARGO_BINARY) test $(CARGO_TARGET_FLAG) --no-fail-fast -p wasmer-integration-tests-cli -- --nocapture --test-threads=1
626626

627627
# Before running this in the CI, we need to set up link.tar.gz and /cache/wasmer-[target].tar.gz
628628
test-integration-cli-ci:

0 commit comments

Comments
 (0)