test: cover Python backtest integration

This commit is contained in:
Khizar
2026-07-17 14:28:24 +00:00
parent 8275c809e5
commit 4fcadca02e
2 changed files with 46 additions and 0 deletions
+6
View File
@@ -11,5 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: cargo check
- run: cargo test
- run: python -m pip install .
- run: python -m unittest discover -s "$GITHUB_WORKSPACE/tests"
working-directory: /tmp