Closed figsoda closed 1 year ago
I added a test, but I don't think it would run in CI, but I did find a bug from the test which I now have fixed
I added a test .. but I did find a bug from the test which I now have fixed
Thanks ! Great that the test caught the bug!
but I don't think it would run in CI
Why do you think so?
https://github.com/lloydmeta/frunk/actions/runs/5352333868/jobs/9707151131?pr=216#step:5:185 seems to indicate your new test is running.
Why do you think so?
The error only shows up when I run cargo clippy --tests --all
, but it seems like --tests
is not passed to cargo clippy
in CI
Ah in that case I think you need to update this bit
see https://github.com/rust-lang/rust-clippy/issues/11008