1 parent ef4fca5 commit 5eeb959Copy full SHA for 5eeb959
1 file changed
.github/workflows/micropython_test.yml
@@ -20,4 +20,4 @@ jobs:
20
micropython -m mip install unittest-discover
21
- name: Test MicroPython
22
run: |
23
- micropython -m unittest discover tests_micropython
+ micropython -m unittest discover -s tests_micropython -p "test_*.py"
0 commit comments