From 8719551fbbab27ef03322099afaf6bdb411c972e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 12 May 2022 15:57:43 +0300 Subject: [PATCH] Build unit tests in the separate step --- .github/workflows/examples.yml | 2 ++ 1 file changed, 2 insertions(+) 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