mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Run bins after installation in step "Test"
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
868f6c2759
commit
58f0d5f12d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -101,7 +101,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
for bin in $bins; do ./${{ matrix.output }} binstall --log-level debug --no-confirm $bin; done
|
for bin in $bins; do ./${{ matrix.output }} binstall --log-level debug --no-confirm $bin; done
|
||||||
|
for bin in $bins; do $HOME/.cargo/bin/${{ matrix.output }} --version; done
|
||||||
./${{ matrix.output }} binstall --log-level debug --manifest-path . --no-confirm cargo-binstall
|
./${{ matrix.output }} binstall --log-level debug --manifest-path . --no-confirm cargo-binstall
|
||||||
|
cargo binstall --version
|
||||||
env:
|
env:
|
||||||
bins: cargo-deb cargo-llvm-cov cargo-binstall
|
bins: cargo-deb cargo-llvm-cov cargo-binstall
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue