mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-01 17:50:03 +00:00
Fix test
This commit is contained in:
parent
72148ec572
commit
43e4e17e84
1 changed files with 3 additions and 3 deletions
|
@ -21,11 +21,11 @@ cargo binstall --help >/dev/null
|
|||
# Test that the installed binaries can be run
|
||||
cargo binstall --help >/dev/null
|
||||
|
||||
# Install binaries using https-only-mode and specify min tls ver
|
||||
# Install binaries using secure mode
|
||||
"./$1" binstall \
|
||||
--log-level debug \
|
||||
--https-only-mode \
|
||||
--min-tls-version tls1-3 \
|
||||
--secure \
|
||||
--min-tls-version 1.3 \
|
||||
--no-confirm \
|
||||
cargo-binstall
|
||||
# Test that the installed binaries can be run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue