mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-21 11:37:58 +01:00
github: print debug logs for failed unit tests (#8083)
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -213,7 +213,7 @@ jobs:
|
|||||||
run: ./scripts/install_bitcoind.sh
|
run: ./scripts/install_bitcoind.sh
|
||||||
|
|
||||||
- name: run ${{ matrix.unit_type }}
|
- name: run ${{ matrix.unit_type }}
|
||||||
run: make ${{ matrix.unit_type }}
|
run: make log="stdlog debug" ${{ matrix.unit_type }}
|
||||||
|
|
||||||
- name: Send coverage
|
- name: Send coverage
|
||||||
uses: shogo82148/actions-goveralls@v1
|
uses: shogo82148/actions-goveralls@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user