From 3f4d0f6a0338fa1fad4d3a844bcc5af9f54b4913 Mon Sep 17 00:00:00 2001 From: Tibor Leupold Date: Wed, 24 Jan 2024 19:47:00 -0800 Subject: [PATCH] Remove unnecessary sqlite reference from job name --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: