Skip to content

Commit 3d177b9

Browse files
committed
ci: Check tests with mypy --strict
1 parent 0f8725d commit 3d177b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/typing.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,4 @@ jobs:
4343
run: python setup.py build_ext --inplace
4444

4545
- name: Check typing
46-
run: |
47-
mypy .
48-
mypy --strict programs src
46+
run: mypy --strict programs src tests

0 commit comments

Comments
 (0)