diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index f063fc8..500bb30 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -46,4 +46,6 @@ jobs: - name: Build examples run: | pio run -d ${{ matrix.example }} + - name: Build unit tests + run: | pio test -d "examples/espidf-hello-world" -e esp32dev --without-uploading --without-testing