Skip to content

Commit 9ba9fcd

Browse files
committed
fix
1 parent 1b8b590 commit 9ba9fcd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,38 +334,38 @@ jobs:
334334
env:
335335
RUSTFLAGS: ${{ matrix.rust.flags }}
336336
RUSTDOCFLAGS: ${{ matrix.rust.flags }}
337-
run: wasm-pack test --node -- --target ${{ matrix.target }} ${{ matrix.rust.args }}
337+
run: wasm-pack test --node -- --target ${{ matrix.rust.target }} ${{ matrix.rust.args }}
338338
- name: Test (Firefox)
339339
env:
340340
WASM_BINDGEN_USE_BROWSER: 1
341341
RUSTFLAGS: ${{ matrix.rust.flags }}
342342
RUSTDOCFLAGS: ${{ matrix.rust.flags }}
343-
run: wasm-pack test --headless --firefox -- --target ${{ matrix.target }} ${{ matrix.rust.args }}
343+
run: wasm-pack test --headless --firefox -- --target ${{ matrix.rust.target }} ${{ matrix.rust.args }}
344344
- name: Test (Chrome)
345345
env:
346346
WASM_BINDGEN_USE_BROWSER: 1
347347
RUSTFLAGS: ${{ matrix.rust.flags }}
348348
RUSTDOCFLAGS: ${{ matrix.rust.flags }}
349-
run: wasm-pack test --headless --chrome -- --target ${{ matrix.target }} ${{ matrix.rust.args }}
349+
run: wasm-pack test --headless --chrome -- --target ${{ matrix.rust.target }} ${{ matrix.rust.args }}
350350
- name: Test (dedicated worker)
351351
env:
352352
WASM_BINDGEN_USE_DEDICATED_WORKER: 1
353353
RUSTFLAGS: ${{ matrix.rust.flags }}
354354
RUSTDOCFLAGS: ${{ matrix.rust.flags }}
355-
run: wasm-pack test --headless --firefox -- --target ${{ matrix.target }} ${{ matrix.rust.args }}
355+
run: wasm-pack test --headless --firefox -- --target ${{ matrix.rust.target }} ${{ matrix.rust.args }}
356356
- name: Test (shared worker)
357357
env:
358358
WASM_BINDGEN_USE_SHARED_WORKER: 1
359359
RUSTFLAGS: ${{ matrix.rust.flags }}
360360
RUSTDOCFLAGS: ${{ matrix.rust.flags }}
361-
run: wasm-pack test --headless --firefox -- --target ${{ matrix.target }} ${{ matrix.rust.args }}
361+
run: wasm-pack test --headless --firefox -- --target ${{ matrix.rust.target }} ${{ matrix.rust.args }}
362362
- name: Test (service worker)
363363
env:
364364
WASM_BINDGEN_USE_SERVICE_WORKER: 1
365365
RUSTFLAGS: ${{ matrix.rust.flags }}
366366
RUSTDOCFLAGS: ${{ matrix.rust.flags }}
367367
# Firefox doesn't support module service workers and therefor can't import scripts
368-
run: wasm-pack test --headless --chrome -- --target ${{ matrix.target }} ${{ matrix.rust.args }}
368+
run: wasm-pack test --headless --chrome -- --target ${{ matrix.rust.target }} ${{ matrix.rust.args }}
369369

370370
wasi_p1:
371371
name: WASIp1

0 commit comments

Comments
 (0)