Skip to content

Commit 48f8974

Browse files
committed
ci(test.yml): Added explicit pytest call to the hooks directory
1 parent c14b2e8 commit 48f8974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
- name: Run test suite
108108
run: |
109109
pytest -v --pyargs numpydoc
110+
pytest -v --pyargs numpydoc/tests/hooks
110111
111112
- name: Test coverage
112113
run: |

0 commit comments

Comments
 (0)