Skip to content

Commit

Permalink
re-enable wasm32 debug run
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Aug 20, 2018
1 parent 41e937e commit 02dbb87
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ cargo_test_impl() {
}

# Debug run:
if [[ "${TARGET}" != "wasm32-unknown-unknown" ]]; then
# Run wasm32-unknown-unknown in release mode only
cargo_test_impl
fi
cargo_test_impl

if [[ "${TARGET}" == "x86_64-unknown-linux-gnu" ]] || [[ "${TARGET}" == "x86_64-pc-windows-msvc" ]]; then
# use sleef on linux and windows x86_64 builds
Expand Down

0 comments on commit 02dbb87

Please sign in to comment.