Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit f17db10

Browse files
committed
Properly test wasm32-unknown-unknown on CI
1 parent f43bc0d commit f17db10

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

azure-pipelines.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ jobs:
4747
- template: ci/azure-install-rust.yml
4848
- script: rustup target add wasm32-unknown-unknown
4949
displayName: "Install rust wasm target"
50-
- script: cargo build --target wasm32-unknown-unknown
51-
displayName: "Build for wasm"
52-
- script: cargo build --target wasm32-unknown-unknown --no-default-features
53-
displayName: "Build for wasm (no default features)"
50+
- script: sh ./ci/run.sh wasm32-unknown-unknown
5451
variables:
5552
TOOLCHAIN: nightly
5653

0 commit comments

Comments
 (0)