1 2 3 4 5 6 7 8 9 10
@echo off echo "Running rust tests" rem examples @REM cargo run --example myapp cargo run --example myapp -- -c "./examples/myapp.yaml" @REM set RUST_TEST_THREADS=1 cargo test -- --nocapture