Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 6d096e2

Browse files
committed
Old test command
1 parent 0cdb4a1 commit 6d096e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pip install -e .
1818
- name: Run tests
1919
run: |
20-
python tests.py
20+
nosetests --with-coverage --cover-package=languagecodes --cover-erase
2121
- name: Build a distribution
2222
run: |
2323
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)