Skip to content

Commit 5eeb959

Browse files
committed
fix: specify search path and pattern for unittest discovery in MicroPython tests
1 parent ef4fca5 commit 5eeb959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/micropython_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
micropython -m mip install unittest-discover
2121
- name: Test MicroPython
2222
run: |
23-
micropython -m unittest discover tests_micropython
23+
micropython -m unittest discover -s tests_micropython -p "test_*.py"

0 commit comments

Comments
 (0)