Move unit testing to a separate workflow

This commit is contained in:
Ivan Kravets
2022-05-12 17:25:17 +03:00
parent 8719551fbb
commit 1059124fa9
2 changed files with 30 additions and 3 deletions
-3
View File
@@ -46,6 +46,3 @@ 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