mirror of
https://github.com/eliasstepanik/voxel-simulation.git
synced 2026-01-10 05:18:30 +00:00
Add AGENTS.md
This commit is contained in:
parent
970545dc16
commit
9e2d294d69
10
AGENTS.md
Normal file
10
AGENTS.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Run tests in release mode
|
||||||
|
|
||||||
|
```bash
|
||||||
|
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.
|
||||||
Loading…
x
Reference in New Issue
Block a user