mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-02 19:19:18 +02:00
workflows: remove loggings from unit test
These loggings are not helpful.
This commit is contained in:
parent
c00b7101d2
commit
03afb72918
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user