mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Test batch installtion in run_tests_unix.sh
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
b026462018
commit
d58f340a45
1 changed files with 2 additions and 3 deletions
|
@ -6,9 +6,8 @@ bins="cargo-deb cargo-llvm-cov cargo-binstall"
|
|||
test_bins="cargo-deb cargo-llvm-cov"
|
||||
|
||||
# Install binaries using cargo-binstall
|
||||
for bin in $bins; do
|
||||
"./$1" binstall --log-level debug --no-confirm "$bin"
|
||||
done
|
||||
# shellcheck disable=SC2086
|
||||
"./$1" binstall --log-level debug --no-confirm $bins
|
||||
|
||||
# Test that the installed binaries can be run
|
||||
for bin in $test_bins; do
|
||||
|
|
Loading…
Add table
Reference in a new issue