Skip to content

Commit

Permalink
Move the WAST tests over to nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Nov 15, 2023
1 parent 8c185d5 commit 30cdbdf
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 @@ -538,7 +538,7 @@ build-capi-headless-ios:

# test compilers
test-stage-0-wast:
$(CARGO_BINARY) test $(CARGO_TARGET_FLAG) --release --tests $(compiler_features) --locked
$(CARGO_BINARY) nextest run $(CARGO_TARGET_FLAG) --release $(compiler_features) --locked

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

0 comments on commit 30cdbdf

Please sign in to comment.