Skip to content

Commit 342b5e2

Browse files
committed
.github/workflows/run-tests.yml: drop 'u'
1 parent 6cd5150 commit 342b5e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
run: |
5858
make -C examples/natmod/features1
5959
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
60+
make -C examples/natmod/heapq
61+
make -C examples/natmod/random
62+
make -C examples/natmod/re
63+
make -C examples/natmod/zlib
6464
- name: Test native modules
6565
if: matrix.test == 'all'
66-
run: ./run-natmodtests.py extmod/{uheapq*,ure*,uzlib*}.py
66+
run: ./run-natmodtests.py extmod/{heapq*,re*,zlib*}.py
6767
working-directory: tests

0 commit comments

Comments
 (0)