mirror of
https://github.com/eliasstepanik/voxel-simulation.git
synced 2026-01-09 21:08:31 +00:00
256 B
256 B
Run tests in release mode
cargo test --release
- Compiles with optimizations (
--release). - Executes all test binaries from
target/release/deps. - Use for performance‑sensitive benchmarks.
- Build takes longer; cache artifacts in CI.