Skip to content

Commit 757e91f

Browse files
committed
also fix natmod tests in run-tests.yml
1 parent c0a3e28 commit 757e91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ jobs:
6363
make -C examples/natmod/re
6464
- name: Test native modules
6565
if: matrix.test == 'all'
66-
run: ./run-natmodtests.py extmod/{heapq*,re*,zlib*}.py
66+
run: ./run-natmodtests.py extmod/{heapq*,random*,re*}.py
6767
working-directory: tests

0 commit comments

Comments
 (0)