Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Jan 20, 2021
1 parent f0de298 commit 24d1cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ mod tests {
let env_map = Shadow::get_env();
let map = new_git(Path::new("./"), CIType::Github, &env_map);
for (k, v) in map {
println!("k:{},v:{:?}", k, v);
assert!(!v.desc.is_empty());
if !k.eq(TAG) {
assert!(!v.v.is_empty());
Expand Down

0 comments on commit 24d1cd0

Please sign in to comment.