add tests for windows

This commit is contained in:
John Smith 2022-12-01 18:40:17 -05:00
parent 0427922116
commit 4c3ffa927b
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
@echo off
cargo test --features=rt-tokio -- --nocapture
cargo test --features=rt-async-std -- --nocapture

View File

@ -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