adafruit / circuitpython-build-tools

Build scripts for CircuitPython libraries and the bundle
MIT License
28 stars 17 forks source link

Add tests for circuitpython-build-bundles #89

Open Neradoc opened 2 years ago

Neradoc commented 2 years ago

Add tests to the PR build workflow in order to catch errors and malformed bundles.

jepler commented 2 years ago

There's currently a "test" in Actions, but it only checks that the build process exits with a zero status. However, due to some recent issues it appears that we need to check something about the actual content of the .mpy files that are generated.