Skip to content

Commit 8a09917

Browse files
committed
github actions attempt fix test discovery
1 parent a423fde commit 8a09917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Run unit tests and generate coverage report
8989
run: |
9090
pip install coverage
91-
coverage run -m unittest
91+
coverage run -m unittest discover -s tests -p 'test_*.py'
9292
coverage report -m
9393
9494

0 commit comments

Comments
 (0)