Skip to content

Commit b0f98f6

Browse files
author
Michael-F-Bryan
committed
Use nextest when running unit tests for the main set of crates
1 parent 68db558 commit b0f98f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,8 @@ test-stage-0-wast:
542542

543543
# test packages
544544
test-stage-1-test-all:
545-
$(CARGO_BINARY) test $(CARGO_TARGET_FLAG) --all --release $(exclude_tests) --exclude wasmer-c-api-test-runner --exclude wasmer-capi-examples-runner $(compiler_features) --locked
545+
$(CARGO_BINARY) nextest run $(CARGO_TARGET_FLAG) --workspace --release $(exclude_tests) --exclude wasmer-c-api-test-runner --exclude wasmer-capi-examples-runner $(compiler_features) --locked
546+
$(CARGO_BINARY) test --doc $(CARGO_TARGET_FLAG) --workspace --release $(exclude_tests) --exclude wasmer-c-api-test-runner --exclude wasmer-capi-examples-runner $(compiler_features) --locked
546547
test-stage-2-test-compiler-cranelift-nostd:
547548
$(CARGO_BINARY) test $(CARGO_TARGET_FLAG) --manifest-path lib/compiler-cranelift/Cargo.toml --release --no-default-features --features=std --locked
548549
test-stage-3-test-compiler-singlepass-nostd:

0 commit comments

Comments
 (0)