fix async std test and make windows test script work

This commit is contained in:
John Smith
2023-09-06 09:53:28 -04:00
parent 4b298f43d4
commit 8d694f20cd
3 changed files with 10 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
@echo off
cargo test --features=rt-tokio,tracing -- --nocapture
cargo test --features=rt-async-std,tracing -- --nocapture
cargo test --features=rt-tokio -- --nocapture
cargo test --features=rt-async-std -- --nocapture
cargo test --features=tracing -- --nocapture
cargo test --no-default-features --features=rt-async-std,tracing -- --nocapture
cargo test -- --nocapture
cargo test --no-default-features --features=rt-async-std -- --nocapture