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:
Jiahao XU 2022-06-22 19:16:39 +10:00
parent 087d544331
commit 423fb0e373
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -20,3 +20,8 @@ cargo binstall --help >/dev/null
"./$1" binstall --log-level debug --manifest-path . --no-confirm cargo-binstall
# Test that the installed binaries can be run
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