mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
add tests for windows
This commit is contained in:
parent
0427922116
commit
4c3ffa927b
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…
Reference in New Issue
Block a user