stratis-storage / ci

To manage CI for various project repos.
0 stars 6 forks source link

Add --dry-run option for Rust crates #425

Closed mulkieran closed 1 year ago

mulkieran commented 1 year ago

Related #405

mulkieran commented 1 year ago

@bmr-cymru Do you see any way to make this better? I can't justify making it into a decorator, 'cause it would decorate just the one method. The flaw is that it is necessary to know what methods in _tag_rust_library "need" to be mocked, but I don't see any way to get around that.

mulkieran commented 1 year ago

@bmr-cymru I'm unrequesting your review, because I think that the #426 approach might be better, even if busier.