remove unused dependencies & add GHA flow#429
Conversation
7693758 to
d18b01c
Compare
|
Either way, it make the checks much much longer, so I'm not sure it's entirely worth it to have it as workflow. |
9names
left a comment
There was a problem hiding this comment.
Glad to drop all the unused deps.
Looks like all the extra time is just building cargo-udeps.
I couldn't manage to get toolchain caching working correctly, but it should be possible to do this once and cache it for subsequent runs...
|
Seems like the |
|
Ah. Maybe using a prebuilt version instead? There are binary releases on github (need to untar them though). |
|
takes 1.5 seconds on my machine. |
d18b01c to
9757d62
Compare
f94b267 to
ce6d0e9
Compare
|
I found https://github.com/aig787/cargo-udeps-action :D seems to work as expected |
Should it be made part of the existing jobs or parallel ones?