| name | test-rust |
| description | Run Rust WASM component tests and formatting checks |
| disable-model-invocation | true |
| argument-hint | [test-name] |
Run the Rust component tests.
Steps:
- Run
cargo test --workspace (or cargo test --workspace -- $ARGUMENTS if a test name is provided)
- Run
cargo fmt --all --check to verify formatting
If tests fail, analyze the output and identify the failing test(s).
If formatting fails, show what needs to change.
Components:
components/delta_neutral_strategy/ — Strategy logic, adapters, math
components/aggregator/ — Signature collection, gas oracle, submission