workflows: remove loggings from unit test

These loggings are not helpful.
This commit is contained in:
yyforyongyu 2024-03-15 22:12:23 +08:00
parent c00b7101d2
commit 03afb72918
No known key found for this signature in database
GPG key ID: 9BCD95C4FF296868

View file

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