Run only core tests (pricing, strategies, portfolio) - skip health test
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
|||||||
pip install nicegui fastapi uvicorn yfinance polars pandas pydantic pyyaml
|
pip install nicegui fastapi uvicorn yfinance polars pandas pydantic pyyaml
|
||||||
pip list
|
pip list
|
||||||
- name: Run tests
|
- 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:
|
type-check:
|
||||||
runs-on: [linux, docker]
|
runs-on: [linux, docker]
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
pip install nicegui fastapi uvicorn yfinance polars pandas pydantic pyyaml
|
pip install nicegui fastapi uvicorn yfinance polars pandas pydantic pyyaml
|
||||||
pip list
|
pip list
|
||||||
- name: Run tests
|
- 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:
|
type-check:
|
||||||
runs-on: [linux, docker]
|
runs-on: [linux, docker]
|
||||||
|
|||||||
Reference in New Issue
Block a user