Skip to content

Commit 72bc417

Browse files
committed
Move wasm-bindgen-test-runner to CI config
1 parent 66e0e2a commit 72bc417

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.cargo/config.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
[alias]
22
run-wasm = ["run", "--release", "--package", "run-wasm", "--"]
3-
4-
[target.wasm32-unknown-unknown]
5-
runner = "wasm-bindgen-test-runner"

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129
FEATURES: ${{ format(',{0}', matrix.platform.features ) }}
130130
CMD: ${{ matrix.platform.cmd }}
131131
RUSTDOCFLAGS: -Dwarnings
132+
# Use `wasm-bindgen-cli` tooling when running wasm-bindgen tests.
133+
CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER: wasm-bindgen-test-runner
132134

133135
runs-on: ${{ matrix.platform.os }}
134136
steps:

0 commit comments

Comments
 (0)