mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-01-03 15:20:11 +01:00
max verbose
This commit is contained in:
parent
742185c8e0
commit
ff31e751d9
2
.github/workflows/build_check.yml
vendored
2
.github/workflows/build_check.yml
vendored
|
|
@ -134,5 +134,5 @@ jobs:
|
|||
run: pio device list
|
||||
- name: PlatformIO Test
|
||||
if: always()
|
||||
run: flock -w 600 --verbose /locks/pio-${{ matrix.usb_port }} -c "pio test -v --upload-port /dev/${{ matrix.usb_port }} --test-port /dev/${{ matrix.usb_port }}"
|
||||
run: flock -w 600 --verbose /locks/pio-${{ matrix.usb_port }} -c "pio test -vvv --upload-port /dev/${{ matrix.usb_port }} --test-port /dev/${{ matrix.usb_port }}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue