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
+1 -1
View File
@@ -1,4 +1,4 @@
@echo off
cargo test -- --nocapture
cargo test --features=rt-async-std -- --nocapture
cargo test --no-default-features --features=default-async-std -- --nocapture