diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b1d0b72..b432a1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,9 +69,13 @@ jobs: alembic -x data=true -x test=true upgrade head - name: Unit Tests + env: + DEBUG: true run: | pytest tests/unit --color=yes --showlocals -v - name: Integration Tests + env: + DEBUG: true run: | pytest tests/integration --color=yes --showlocals -v