Build unit tests in the separate step

This commit is contained in:
Ivan Kravets
2022-05-12 15:57:43 +03:00
parent 1f106a0caf
commit 8719551fbb
+2
View File
@@ -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