We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--no-opt
1 parent 6eff553 commit dae073bCopy full SHA for dae073b
1 file changed
.github/workflows/tests.yml
@@ -334,7 +334,7 @@ jobs:
334
env:
335
RUSTFLAGS: ${{ matrix.rust.flags }}
336
RUSTDOCFLAGS: ${{ matrix.rust.flags }}
337
- run: wasm-pack test --node --mode force -- --target ${{ matrix.rust.target }} ${{ matrix.rust.args }}
+ run: wasm-pack test --node --mode force --no-opt -- --target ${{ matrix.rust.target }} ${{ matrix.rust.args }}
338
- name: Test (Firefox)
339
340
WASM_BINDGEN_USE_BROWSER: 1
0 commit comments