also fix natmod tests in run-tests.yml

This commit is contained in:
Dan Halbert 2024-09-13 09:44:21 -04:00
parent c0a3e28079
commit 757e91fd07

View file

@ -63,5 +63,5 @@ jobs:
make -C examples/natmod/re
- name: Test native modules
if: matrix.test == 'all'
run: ./run-natmodtests.py extmod/{heapq*,re*,zlib*}.py
run: ./run-natmodtests.py extmod/{heapq*,random*,re*}.py
working-directory: tests