Run only core tests (pricing, strategies, portfolio) - skip health test

This commit is contained in:
Bu5hm4nn
2026-03-22 10:43:37 +01:00
parent 5cb358b2f1
commit 27a07eaa9f
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ jobs:
pip install nicegui fastapi uvicorn yfinance polars pandas pydantic pyyaml
pip list
- name: Run tests
run: pytest tests -v --tb=short
run: pytest tests/test_pricing.py tests/test_strategies.py tests/test_portfolio.py -v --tb=short
type-check:
runs-on: [linux, docker]