mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Test https-only-mode & min-tls-ver in run_tests_unix.sh
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
087d544331
commit
423fb0e373
1 changed files with 5 additions and 0 deletions
|
@ -20,3 +20,8 @@ cargo binstall --help >/dev/null
|
||||||
"./$1" binstall --log-level debug --manifest-path . --no-confirm cargo-binstall
|
"./$1" binstall --log-level debug --manifest-path . --no-confirm cargo-binstall
|
||||||
# Test that the installed binaries can be run
|
# Test that the installed binaries can be run
|
||||||
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
|
||||||
|
# Test that the installed binaries can be run
|
||||||
|
cargo binstall --help >/dev/null
|
||||||
|
|
Loading…
Add table
Reference in a new issue