Temporarily enable debug output for e2e-test-private-github-repo

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-06-06 00:39:17 +10:00
parent c9fb2f4e64
commit d1aa7273c0
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928

View file

@ -10,7 +10,7 @@ export PATH="$CARGO_HOME/bin:$PATH"
# Install binaries using `--manifest-path` # Install binaries using `--manifest-path`
# Also test default github template # 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 "./$1" binstall --force --manifest-path "manifests/private-github-repo-test-Cargo.toml" --no-confirm cargo-binstall --strategies crate-meta-data --log-level debug
# 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