diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 87544afe..7edf8b0e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -27,5 +27,9 @@ jobs: platformio update - name: Build test run: | - platformio run + ./build TTGO_T7 + ./build ESP32DEVKIT + ./build TTGO_TDISPLAY + ./build M5STICKCPLUS + ./build ESP32C3LOLIN \ No newline at end of file