mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 15:46:36 +00:00
Temporarily enable debug output for e2e-test-private-github-repo
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
c9fb2f4e64
commit
d1aa7273c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue