Skip to content

Commit 66fc0f4

Browse files
committed
tools/ci.sh: Run urandom test scripts as part of native module tests.
Signed-off-by: Damien George <[email protected]>
1 parent 73a1927 commit 66fc0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ function ci_unix_coverage_run_tests {
454454

455455
function ci_unix_coverage_run_native_mpy_tests {
456456
MICROPYPATH=examples/natmod/features2 ./ports/unix/micropython-coverage -m features2
457-
(cd tests && ./run-natmodtests.py "$@" extmod/{btree*,framebuf*,uheapq*,ure*,uzlib*}.py)
457+
(cd tests && ./run-natmodtests.py "$@" extmod/{btree*,framebuf*,uheapq*,urandom*,ure*,uzlib*}.py)
458458
}
459459

460460
function ci_unix_32bit_setup {

0 commit comments

Comments
 (0)