Skip to content

Commit 7c4f4cd

Browse files
committed
ci: smoke-test CLI and multi-window comparison
1 parent 762a92a commit 7c4f4cd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
run: python backtest.py > /dev/null
2929
- name: Smoke test regime comparison
3030
run: python compare_regime_scenarios.py > /dev/null
31+
- name: Smoke test multi-window comparison
32+
run: python backtest_compare.py > /dev/null
33+
- name: Smoke test CLI
34+
run: |
35+
python cli.py scan > /dev/null
36+
python cli.py score "AI Tokens" --json > /dev/null
37+
python cli.py regime > /dev/null
3138
- name: Smoke test live_demo (mock fallback)
3239
run: python live_demo.py --json > /dev/null
3340
- name: Validate skill.yaml syntax

0 commit comments

Comments
 (0)