test-runner

Installation
SKILL.md

Test Runner

Execute and manage Rust tests for the self-learning memory project.

Commands

# Unit tests (fast, <30s)
cargo nextest run --lib

# Integration tests
cargo nextest run --test '*'

# Full suite
cargo nextest run --all
cargo test --doc  # doctests (nextest unsupported)
Installs
36
GitHub Stars
12
First Seen
Feb 21, 2026
test-runner — d-o-hub/rust-self-learning-memory