Skip to content

Commit dae073b

Browse files
committed
use --no-opt
1 parent 6eff553 commit dae073b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ jobs:
334334
env:
335335
RUSTFLAGS: ${{ matrix.rust.flags }}
336336
RUSTDOCFLAGS: ${{ matrix.rust.flags }}
337-
run: wasm-pack test --node --mode force -- --target ${{ matrix.rust.target }} ${{ matrix.rust.args }}
337+
run: wasm-pack test --node --mode force --no-opt -- --target ${{ matrix.rust.target }} ${{ matrix.rust.args }}
338338
- name: Test (Firefox)
339339
env:
340340
WASM_BINDGEN_USE_BROWSER: 1

0 commit comments

Comments
 (0)