diff --git a/veilid-core/run_windows_tests.bat b/veilid-core/run_windows_tests.bat new file mode 100644 index 00000000..7ab6b2a3 --- /dev/null +++ b/veilid-core/run_windows_tests.bat @@ -0,0 +1,4 @@ +@echo off +cargo test --features=rt-tokio -- --nocapture +cargo test --features=rt-async-std -- --nocapture + diff --git a/veilid-tools/run_windows_tests.bat b/veilid-tools/run_windows_tests.bat new file mode 100644 index 00000000..66998e0d --- /dev/null +++ b/veilid-tools/run_windows_tests.bat @@ -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