Skip to content

Commit

Permalink
make wasi regression tests single threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed May 21, 2019
1 parent 6b81ec0 commit 54a91a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ test-emscripten-singlepass:
cargo test --manifest-path lib/emscripten/Cargo.toml --features singlepass -- --test-threads=1 $(runargs)

test-wasi-clif:
cargo test --manifest-path lib/wasi/Cargo.toml --features "clif" -- $(runargs)
cargo test --manifest-path lib/wasi/Cargo.toml --features "clif" -- --test-threads=1 $(runargs)

test-wasi-singlepass:
cargo test --manifest-path lib/wasi/Cargo.toml --features "singlepass" -- $(runargs)
cargo test --manifest-path lib/wasi/Cargo.toml --features "singlepass" -- --test-threads=1 $(runargs)

singlepass-debug-release:
cargo +nightly build --features backend:singlepass,debug --release
Expand Down

0 comments on commit 54a91a1

Please sign in to comment.