Skip to content

Commit 5283291

Browse files
committed
Ensure test workflow fail if there are import errors.
1 parent 5233d35 commit 5283291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Run tests
4545
run: |
46-
coverage run --append --source=fontbro -m unittest
46+
coverage run --append --source=fontbro -m unittest discover -s tests -t .
4747
coverage report --show-missing
4848
coverage xml -o ./coverage.xml
4949

0 commit comments

Comments
 (0)