feat: implement delta-based test selection and benchmarking workflow

This commit is contained in:
aliowka 2026-06-16 20:48:06 +03:00
parent 38cbf73cb5
commit 3cc4cda13f
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt || echo "docs/requirements install failed, continuing"; fi
pip install --no-cache-dir pytest twisted deltatest-cli
pip install -e .
- name: Run Affected Tests
env: