Skip to content

Commit

Permalink
Re-add wasm32-wasi for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Dec 16, 2022
1 parent 00aab24 commit 5f01e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ test-examples:
$(CARGO_BINARY) test $(CARGO_TARGET) --release $(compiler_features) --features wasi --examples

test-integration-cli:
rustup target add wasm32-wasi
$(CARGO_BINARY) test $(CARGO_TARGET) --features webc_runner --no-fail-fast -p wasmer-integration-tests-cli -- --nocapture --test-threads=1

test-integration-ios:
Expand Down

0 comments on commit 5f01e9d

Please sign in to comment.