diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27908f94..2bd44161 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,6 @@ jobs: - name: Run QA checks run: make qa - name: Run tests suite - run: poetry run pytest --cov-report xml --cov machina + run: poetry run pytest env: DB: ${{ matrix.db }}