Compare commits

..

No commits in common. "main" and "feat/add-tests" have entirely different histories.

8 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
python3 -m pip install --upgrade pip
pip3 install -e ".[dev]" 2>/dev/null || pip3 install -e . 2>/dev/null || true
pip3 install pytest pytest-cov
pytest -v --tb=short
pytest tests/ -v --tb=short
else
echo "No Python project detected, skipping pytest"
fi

Binary file not shown.

Binary file not shown.

Binary file not shown.