.github/workflows/run-tests.yml: drop 'u'

This commit is contained in:
Dan Halbert 2023-10-24 12:18:33 -04:00
parent 6cd5150ac1
commit 342b5e2884
1 changed files with 5 additions and 5 deletions

View File

@ -57,11 +57,11 @@ jobs:
run: |
make -C examples/natmod/features1
make -C examples/natmod/features2
make -C examples/natmod/uheapq
make -C examples/natmod/urandom
make -C examples/natmod/ure
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
- name: Test native modules
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