Skip to content

Commit 04ece19

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
pre-commit run --all-files --show-diff-on-failure --verbose
4343
4444
- name: Run tests
45+
shell: bash
4546
run: |
46-
coverage run --append --source=fontbro -m unittest discover -s tests -t .
47+
coverage run --append --source=fontbro -m unittest
4748
coverage report --show-missing
4849
coverage xml -o ./coverage.xml
4950

0 commit comments

Comments
 (0)