diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d46237..7c1cbc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt; fi pip install -e . + pytest -v tests --cov hanja --cov-report term-missing - name: Lint with black and mypy run: | black --check .