mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
Currently testing on the unix port with `--via-mpy` only runs tests in the `basics`, `float` and `micropython` test directories. This commit removes that restriction and now runs `--via-mpy` tests using all possible test directories. This improves test coverage. Signed-off-by: Damien George <damien@micropython.org>