Set log level to debug in step "Test"

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-11 14:37:14 +10:00
parent f53680c497
commit ac22db5e79
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -100,8 +100,8 @@ jobs:
if: ${{ matrix.test && matrix.os != 'windows-latest' }}
run: |
set -euxo pipefail
for bin in $bins; do ./${{ matrix.output }} binstall --no-confirm $bin; done
./${{ matrix.output }} binstall --manifest-path . --no-confirm cargo-binstall
for bin in $bins; do ./${{ matrix.output }} binstall --log-level debug --no-confirm $bin; done
./${{ matrix.output }} binstall --log-level debug --manifest-path . --no-confirm cargo-binstall
env:
bins: cargo-deb cargo-llvm-cov cargo-binstall