1 parent 762a92a commit 7c4f4cdCopy full SHA for 7c4f4cd
1 file changed
.github/workflows/tests.yml
@@ -28,6 +28,13 @@ jobs:
28
run: python backtest.py > /dev/null
29
- name: Smoke test regime comparison
30
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
38
- name: Smoke test live_demo (mock fallback)
39
run: python live_demo.py --json > /dev/null
40
- name: Validate skill.yaml syntax
0 commit comments