fix: Run mypy on what I want

pull/1143/head
Raphaël Vinot 2024-01-30 13:33:38 +01:00
parent f3e17b38dd
commit a2309317d3
1 changed files with 1 additions and 2 deletions

View File

@ -34,13 +34,12 @@ jobs:
- name: Test with nosetests
run: |
poetry run pytest --cov=pymisp tests/test_*.py
poetry run mypy tests/testlive_comprehensive.py tests/test_mispevent.py tests/testlive_sync.py pymisp
poetry run mypy .
- name: Test with nosetests with orjson
run: |
pip3 install orjson
poetry run pytest --cov=pymisp tests/test_*.py
poetry run mypy tests/testlive_comprehensive.py tests/test_mispevent.py tests/testlive_sync.py pymisp
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3