Skip to content

Commit e3947e5

Browse files
committed
Ensure test workflow fail if there are import errors.
1 parent 2c6d829 commit e3947e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
pre-commit run --all-files --show-diff-on-failure --verbose
4343
4444
- name: Run tests
45+
shell: bash
4546
run: |
4647
coverage run --append --source=benedict -m unittest
4748
coverage report --show-missing

0 commit comments

Comments
 (0)