Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vdmit11 committed Mar 19, 2024
1 parent ac7dcc2 commit 2cd9798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
poetry run ruff check $SRC_DIRS
- name: mypy
run: |
poetry run mypy SRC_DIRS
poetry run mypy $SRC_DIRS
- name: pytest
run: |
poetry run pytest -vv --cov=contextvars_registry --cov-fail-under=100 $SRC_DIRS

0 comments on commit 2cd9798

Please sign in to comment.