Skip to content

Commit 8719551

Browse files
committed
Build unit tests in the separate step
1 parent 1f106a0 commit 8719551

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ jobs:
4646
- name: Build examples
4747
run: |
4848
pio run -d ${{ matrix.example }}
49+
- name: Build unit tests
50+
run: |
4951
pio test -d "examples/espidf-hello-world" -e esp32dev --without-uploading --without-testing

0 commit comments

Comments
 (0)