drivers
drivers copied to clipboard
Tests
We need to have a way to run tests against these drivers...
If we were to run "smoke" tests by building the example for each driver, what would be the best way to do this? Download the latest released pre-built binary version of TinyGo from https://github.com/tinygo-org/tinygo/releases or build a dev version from source, or ?
I think downloading the release is both faster and more reliable.
I have implemented the build of one example per driver as a smoke test. Build is located here: https://circleci.com/gh/tinygo-org/drivers
I will leave this issue open, as we still need more automated tests, this is just a starting point.