1
0
mirror of https://gitlab.com/veilid/veilid.git synced 2025-03-16 10:56:10 -04:00
veilid/veilid-tools/run_windows_tests.bat

6 lines
238 B
Batchfile

@echo off
cargo test --features=tracing -- --nocapture
cargo test --no-default-features --features=rt-async-std,tracing -- --nocapture
cargo test -- --nocapture
cargo test --no-default-features --features=rt-async-std -- --nocapture