File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -721,6 +721,7 @@ fn install_no_index_version() {
721
721
722
722
/// Install a package from a public GitHub repository
723
723
#[ test]
724
+ #[ cfg( feature = "git" ) ]
724
725
fn install_git_public_https ( ) {
725
726
let context = TestContext :: new ( "3.8" ) ;
726
727
@@ -743,6 +744,7 @@ fn install_git_public_https() {
743
744
744
745
/// Install a package from a private GitHub repository using a PAT
745
746
#[ test]
747
+ #[ cfg( feature = "git" ) ]
746
748
fn install_git_private_https_pat ( ) {
747
749
let context = TestContext :: new ( "3.8" ) ;
748
750
let token = decode_token ( READ_ONLY_GITHUB_TOKEN ) ;
@@ -769,6 +771,7 @@ fn install_git_private_https_pat() {
769
771
770
772
/// Install a package from a private GitHub repository using a PAT
771
773
#[ test]
774
+ #[ cfg( feature = "git" ) ]
772
775
fn install_git_private_https_pat_and_username ( ) {
773
776
let context = TestContext :: new ( "3.8" ) ;
774
777
let token = decode_token ( READ_ONLY_GITHUB_TOKEN ) ;
You can’t perform that action at this time.
0 commit comments