LibreSolar / esp32-edge-firmware

Firmware for CAN/UART to WiFi/BLE gateway using ESP32
Apache License 2.0
26 stars 12 forks source link

Unit testing #17

Closed Gretel5X closed 3 years ago

martinjaeger commented 3 years ago

Nice. Great that you directly found + fixed some issues with the new tests.

Can you add one more commit which enables the tests in CI? It's already prepared here: https://github.com/LibreSolar/esp32-edge-firmware/blob/f8411189427af46ed77d3a3d9c844161f90fdcbe/.github/workflows/platformio.yml#L26

Gretel5X commented 3 years ago

Nice. Great that you directly found + fixed some issues with the new tests.

Can you add one more commit which enables the tests in CI? It's already prepared here:

https://github.com/LibreSolar/esp32-edge-firmware/blob/f8411189427af46ed77d3a3d9c844161f90fdcbe/.github/workflows/platformio.yml#L26

Nice, i was just wondering how to run them