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 c0a3e28 commit 757e91fCopy full SHA for 757e91f
.github/workflows/run-tests.yml
@@ -63,5 +63,5 @@ jobs:
63
make -C examples/natmod/re
64
- name: Test native modules
65
if: matrix.test == 'all'
66
- run: ./run-natmodtests.py extmod/{heapq*,re*,zlib*}.py
+ run: ./run-natmodtests.py extmod/{heapq*,random*,re*}.py
67
working-directory: tests
0 commit comments