Skip to content

Commit

Permalink
Made test-stage-0-wast test to use only 1 thread (to avoid potential …
Browse files Browse the repository at this point in the history
…issues with host_fs::path_rename)
  • Loading branch information
ptitSeb committed Feb 10, 2023
1 parent cca51c0 commit f77b61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ build-capi-headless-ios:

# test compilers
test-stage-0-wast:
$(CARGO_BINARY) test $(CARGO_TARGET_FLAG) --release --tests $(compiler_features)
$(CARGO_BINARY) test $(CARGO_TARGET_FLAG) --release --tests $(compiler_features) -- --test-threads=1

# test packages
test-stage-1-test-all:
Expand Down

0 comments on commit f77b61c

Please sign in to comment.