Skip to content

Commit

Permalink
Remove unnecessary sqlite reference from job name
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrlpld committed Jan 25, 2024
1 parent 2098eaa commit 3f4d0f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 3f4d0f6

Please sign in to comment.