Apply suggestions from code review

This commit is contained in:
Jiahao XU 2024-06-10 00:24:53 +10:00 committed by GitHub
parent a236f53121
commit d118412c2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View file

@ -10,7 +10,7 @@ export PATH="$CARGO_HOME/bin:$PATH"
# Install binaries using `--manifest-path`
# Also test default github template
"./$1" binstall --force --manifest-path "manifests/private-github-repo-test-Cargo.toml" --no-confirm cargo-binstall --strategies crate-meta-data --log-level debug
"./$1" binstall --force --manifest-path "manifests/private-github-repo-test-Cargo.toml" --no-confirm cargo-binstall --strategies crate-meta-data
# Test that the installed binaries can be run
cargo binstall --help >/dev/null