micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.3k stars 980 forks source link

github/workflows: Add workflow to run package tests. #883

Closed dpgeorge closed 2 weeks ago

dpgeorge commented 2 weeks ago

All of the runable package tests are run together in the new ci.sh function. This is added to a new GitHub workflow to test the packages as part of CI.

Eventually it would be good to unify all the package tests to use unittest.