diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ef63a0f..16955bd 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,6 +23,12 @@ jobs: pip install -e . pip install pytest pytest-asyncio + - name: Debug - list files + run: | + ls -la + ls -la snip/ + ls -la tests/ + - name: Run tests run: | - pytest tests/ -v \ No newline at end of file + pytest tests/ -v --tb=short \ No newline at end of file