.github/workflows/run-tests.yml: drop 'u'
This commit is contained in:
parent
6cd5150ac1
commit
342b5e2884
|
@ -57,11 +57,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make -C examples/natmod/features1
|
make -C examples/natmod/features1
|
||||||
make -C examples/natmod/features2
|
make -C examples/natmod/features2
|
||||||
make -C examples/natmod/uheapq
|
make -C examples/natmod/heapq
|
||||||
make -C examples/natmod/urandom
|
make -C examples/natmod/random
|
||||||
make -C examples/natmod/ure
|
make -C examples/natmod/re
|
||||||
make -C examples/natmod/uzlib
|
make -C examples/natmod/zlib
|
||||||
- name: Test native modules
|
- name: Test native modules
|
||||||
if: matrix.test == 'all'
|
if: matrix.test == 'all'
|
||||||
run: ./run-natmodtests.py extmod/{uheapq*,ure*,uzlib*}.py
|
run: ./run-natmodtests.py extmod/{heapq*,re*,zlib*}.py
|
||||||
working-directory: tests
|
working-directory: tests
|
||||||
|
|
Loading…
Reference in New Issue