mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 06:33:33 +03:00
Don't run the test runner in release mode
It's gotten some improvements to the debug mode runtime that the extra optimizations aren't worth it on CI (take too much time)
This commit is contained in:
parent
d66b834afd
commit
16c2bee9c5
@ -1,4 +1,4 @@
|
||||
# TODO: we shouldn't check this in to git, need to figure out how to avoid doing
|
||||
# that.
|
||||
[target.wasm32-unknown-unknown]
|
||||
runner = 'cargo +nightly run --release -p wasm-bindgen-cli --bin wasm-bindgen-test-runner --'
|
||||
runner = 'cargo +nightly run -p wasm-bindgen-cli --bin wasm-bindgen-test-runner --'
|
||||
|
Loading…
Reference in New Issue
Block a user