diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f343ce3..459b15a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: python-version: '3.8' - uses: pre-commit/action@v3.0.0 - test-sqlite: + test: runs-on: ubuntu-latest needs: lint strategy: @@ -47,8 +47,6 @@ jobs: python -m pip install .[ci] - name: Test run: tox - env: - DB: sqlite - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 env: