From ac22db5e79f1d4fbdea2da5c45c5c08621fb19be Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 11 Jun 2022 14:37:14 +1000 Subject: [PATCH] Set log level to debug in step "Test" Signed-off-by: Jiahao XU --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ad99d9a5..4b2b58e6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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