add tests for windows
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
@echo off
|
||||||
|
cargo test --features=rt-tokio -- --nocapture
|
||||||
|
cargo test --features=rt-async-std -- --nocapture
|
||||||
|
|
||||||
@@ -0,0 +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
|
||||||
Reference in New Issue
Block a user