mypy fail test

This commit is contained in:
Atsushi Sakai
2020-03-08 23:20:10 +09:00
parent 8dc23fec21
commit c36aa27d60

View File

@@ -34,7 +34,7 @@ jobs:
run: pip install mypy
- name: mypy check
run: |
- find . -name "*.py" | xargs mypy
find . -name "*.py" | xargs mypy
- name: do all unit tests
run: bash runtests.sh