mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
6 lines
238 B
Batchfile
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
|