Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 226 Bytes

tests.md

File metadata and controls

18 lines (11 loc) · 226 Bytes

Loom tests

Take approx. 15 min

Linux:

RUSTFLAGS="--cfg loom" cargo test --lib tests::loom_test --release

Windows (powershell):

$env:RUSTFLAGS="--cfg loom";
cargo test --lib tests::loom_test --release