esp-cpp / espp

C++ components for ESP

Home Page:https://esp-cpp.github.io/espp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add automated tests to github PRs to automatically build the examples using GH actions

finger563 opened this issue · comments

Is your feature request related to a problem? Please describe.

  • Right now when making changes / fixing bugs / feature additions I have to manually re-build any potentially related test / example code in the components I think might be affected, but this is error prone and could be time consuming.

Describe the solution you'd like

  • GH actions configuration to automatically build the examples in each component to have full test coverage and ensure all tests build when making (potentially API breaking) changes.

Describe alternatives you've considered

  • Continuing to do this manually?

Additional context