mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
add verbose
This commit is contained in:
parent
ec18042319
commit
e053f09e93
2
.github/workflows/build_check.yml
vendored
2
.github/workflows/build_check.yml
vendored
|
|
@ -136,4 +136,4 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: PlatformIO Test
|
- 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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue