add verbose

This commit is contained in:
Peter Buchegger 2023-04-28 17:26:59 +02:00
parent ec18042319
commit e053f09e93

View file

@ -136,4 +136,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: PlatformIO Test
run: pio test --upload-port ${{ matrix.port }} --test-port ${{ matrix.port }}
run: pio test -v --upload-port ${{ matrix.port }} --test-port ${{ matrix.port }}