mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-08 15:59:34 -04:00
add tests for windows
This commit is contained in:
parent
0427922116
commit
4c3ffa927b
2 changed files with 9 additions and 0 deletions
4
veilid-core/run_windows_tests.bat
Normal file
4
veilid-core/run_windows_tests.bat
Normal file
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
cargo test --features=rt-tokio -- --nocapture
|
||||
cargo test --features=rt-async-std -- --nocapture
|
||||
|
5
veilid-tools/run_windows_tests.bat
Normal file
5
veilid-tools/run_windows_tests.bat
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue