Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
suminb committed Apr 24, 2024
1 parent ffbe39a commit c41a7bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit c41a7bf

Please sign in to comment.