fix async std test and make windows test script work
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user