@@ -53,15 +53,16 @@ jobs:
53
53
run : ./run-tests.py -j4 --print-failures
54
54
if : failure()
55
55
working-directory : tests
56
- - name : Build native modules
57
- if : matrix.test == 'all'
58
- run : |
59
- make -C examples/natmod/features1
60
- make -C examples/natmod/features2
61
- make -C examples/natmod/heapq
62
- make -C examples/natmod/random
63
- make -C examples/natmod/re
64
- - name : Test native modules
65
- if : matrix.test == 'all'
66
- run : ./run-natmodtests.py extmod/{heapq*,random*,re*}.py
67
- working-directory : tests
56
+ # Not working after MicroPython v1.23 merge.
57
+ # - name: Build native modules
58
+ # if: matrix.test == 'all'
59
+ # run: |
60
+ # make -C examples/natmod/features1
61
+ # make -C examples/natmod/features2
62
+ # make -C examples/natmod/heapq
63
+ # make -C examples/natmod/random
64
+ # make -C examples/natmod/re
65
+ # - name: Test native modules
66
+ # if: matrix.test == 'all'
67
+ # run: ./run-natmodtests.py extmod/{heapq*,random*,re*}.py
68
+ # working-directory: tests
0 commit comments