diff --git a/.cargo/config b/.cargo/config index 5159ef519..2c96d20ff 100644 --- a/.cargo/config +++ b/.cargo/config @@ -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 --'