Skip to content

Commit

Permalink
fix: link to proper test file
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-mosher committed Oct 23, 2024
1 parent 582d0de commit 01fe89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Test language detection
- name: Test language extractors
run: |
pytest tests/test_language_detection.py -v
pytest tests/test_language_extractors.py -v

0 comments on commit 01fe89e

Please sign in to comment.