Skip to content

Commit

Permalink
chore: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 16, 2024
1 parent cb16426 commit 22e2de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
args: "format --check"

- name: Static type checking (MyPy)
run: uv run mypy src/githarbor/
run: uv run --no-group docs mypy src/githarbor/

- name: Run tests
run: uv run pytest --cov-report=xml --cov=src/githarbor/ --cov-report=term-missing
run: uv run --no-group docs pytest --cov-report=xml --cov=src/githarbor/ --cov-report=term-missing
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
Expand Down

0 comments on commit 22e2de5

Please sign in to comment.