Use example.rs specific Cargo.toml file during CI#227
Use example.rs specific Cargo.toml file during CI#227IanWhitney merged 1 commit intoexercism:masterfrom
Conversation
petertseng
left a comment
There was a problem hiding this comment.
Thanks. I think this is exactly what we want. I am still traveling, so take the opinion with a grain of salt, but the change is small enough that I can feel pretty confident.
This is all that is necessary. It just needs to have @kytrinyx , I've heard this question twice already, and I wonder if others will have it too. any place where we can make the answer more visible? |
|
Nice. Thanks much, @ijanos! |
Add support for optional
Cargo-example.tomlfiles to satisfy the CI and do not pollute the empty project config file. See discussion in #225One thing I could not figure out though: where is it defined what files the CLI tool will download? Do I have to modify anything else to prevent the download of
Cargo-examle.toml?