mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Set log level to debug in step "Test"
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
f53680c497
commit
ac22db5e79
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue