mirror of
https://github.com/NickCrew/Claude-Cortex.git
synced 2026-09-14 20:17:11 +08:00
a85088853b
Add GitHub Actions workflow for running tests: - Matrix testing on Python 3.11, 3.12, 3.13 - Separate unit and integration test steps - Coverage report uploaded as artifact - Coverage summary in workflow run Add justfile targets: - test-unit: Run unit tests only - test-integration: Run integration tests only