We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd5150 commit 342b5e2Copy full SHA for 342b5e2
.github/workflows/run-tests.yml
@@ -57,11 +57,11 @@ jobs:
57
run: |
58
make -C examples/natmod/features1
59
make -C examples/natmod/features2
60
- make -C examples/natmod/uheapq
61
- make -C examples/natmod/urandom
62
- make -C examples/natmod/ure
63
- make -C examples/natmod/uzlib
+ make -C examples/natmod/heapq
+ make -C examples/natmod/random
+ make -C examples/natmod/re
+ make -C examples/natmod/zlib
64
- name: Test native modules
65
if: matrix.test == 'all'
66
- run: ./run-natmodtests.py extmod/{uheapq*,ure*,uzlib*}.py
+ run: ./run-natmodtests.py extmod/{heapq*,re*,zlib*}.py
67
working-directory: tests
0 commit comments