Build unit tests in the separate step
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user