also fix natmod tests in run-tests.yml
This commit is contained in:
parent
c0a3e28079
commit
757e91fd07
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue