diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 558696c..a50cf43 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,3 +17,6 @@ jobs: python3 -m pip install --upgrade pip python3 -m pip install click pyyaml rich pytest ruff python3 -m pip install -e . + + - name: Run tests + run: python3 -m pytest tests/ -v --tb=short