Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
1887750134 chore(release): 0.3.4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-08 21:51:02 +00:00
aa1ef7041e
fix: tests for config
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-01-08 22:49:13 +01:00
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add ability to specify custom command
### Fixed
- tests for config
### Other
- add ability to specify multiple commands

View File

@ -398,6 +398,7 @@ mod test {
directory: PathBuf::from("git").into()
},
post_update_command: None,
post_clone_command: None
}
},
config
@ -424,6 +425,7 @@ mod test {
cache: Cache::default(),
projects: Projects::default(),
post_update_command: None,
post_clone_command: None
}
},
config