mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Fix run_tests_unix.sh
: Add --no-confirm
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
423fb0e373
commit
b03ec6fb93
1 changed files with 6 additions and 1 deletions
|
@ -22,6 +22,11 @@ cargo binstall --help >/dev/null
|
|||
cargo binstall --help >/dev/null
|
||||
|
||||
# Install binaries using https-only-mode and specify min tls ver
|
||||
"./$1" binstall --https-only-mode --min-tls-version tls1-3 cargo-binstall
|
||||
"./$1" binstall \
|
||||
--log-level debug \
|
||||
--https-only-mode \
|
||||
--min-tls-version tls1-3 \
|
||||
--no-confirm \
|
||||
cargo-binstall
|
||||
# Test that the installed binaries can be run
|
||||
cargo binstall --help >/dev/null
|
||||
|
|
Loading…
Add table
Reference in a new issue