You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspecting the output, it seems that doc tests aren't run. And indeed, if I run the same command locally (cargo test --all-features --all-targets), I'm getting the same result: all green.
I don't know why that is. It would be great, if somebody could look into this, and figure out a better command for the CI build to run.
The text was updated successfully, but these errors were encountered:
One example is currently broken on
main
. If I runcargo test
locally, I get this:(See #231, which fixes this.)
And yet, the CI build is green right now: https://github.com/hannobraun/inotify-rs/actions/runs/12631159244/job/35192359287
Inspecting the output, it seems that doc tests aren't run. And indeed, if I run the same command locally (
cargo test --all-features --all-targets
), I'm getting the same result: all green.I don't know why that is. It would be great, if somebody could look into this, and figure out a better command for the CI build to run.
The text was updated successfully, but these errors were encountered: