File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -542,7 +542,8 @@ test-stage-0-wast:
542
542
543
543
# test packages
544
544
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
546
547
test-stage-2-test-compiler-cranelift-nostd :
547
548
$(CARGO_BINARY ) test $(CARGO_TARGET_FLAG ) --manifest-path lib/compiler-cranelift/Cargo.toml --release --no-default-features --features=std --locked
548
549
test-stage-3-test-compiler-singlepass-nostd :
You can’t perform that action at this time.
0 commit comments