# test > Run tests for the Neru application - Author: happytonakai - Repository: happyTonakai/neru - Version: 20260202120234 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/happyTonakai/neru - Web: https://mule.run/skillshub/@@happyTonakai/neru~test:20260202120234 --- --- name: test description: Run tests for the Neru application license: MIT compatibility: opencode metadata: audience: developers workflow: ci --- ## What I do Run tests for the Neru application using the just task runner. ## Commands - `just test` - Run all tests (unit + integration) - `just test-unit` - Run unit tests only - `just test-integration` - Run integration tests only - `just test-coverage` - Run tests with coverage - `just test-race` - Run tests with race detection - `just bench` - Run benchmarks ## When to use me Use this skill when you need to verify code correctness or measure performance.