File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -619,10 +619,10 @@ test-wasi-unit:
619
619
test-wasi :
620
620
$(CARGO_BINARY ) test $(CARGO_TARGET_FLAG ) --release --tests $(compiler_features ) -- wasi::wasitests
621
621
622
- test-integration-cli : build-wasmer build- capi package-capi-headless package distribution
622
+ test-integration-cli : build-capi package-capi-headless package distribution
623
623
cp ./dist/wasmer.tar.gz ./link.tar.gz
624
624
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
626
626
627
627
# Before running this in the CI, we need to set up link.tar.gz and /cache/wasmer-[target].tar.gz
628
628
test-integration-cli-ci :
You can’t perform that action at this time.
0 commit comments