github: print debug logs for failed unit tests (#8083)

This commit is contained in:
Yong 2023-10-12 18:50:11 +08:00 committed by GitHub
parent 3b933d5c5e
commit ca9cdacd5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,7 +213,7 @@ jobs:
run: ./scripts/install_bitcoind.sh
- name: run ${{ matrix.unit_type }}
run: make ${{ matrix.unit_type }}
run: make log="stdlog debug" ${{ matrix.unit_type }}
- name: Send coverage
uses: shogo82148/actions-goveralls@v1