rksm / hot-lib-reloader-rs

Reload Rust code without app restarts. For faster feedback cycles.
MIT License
577 stars 21 forks source link

Fix CI #7

Closed rksm closed 1 year ago

rksm commented 1 year ago

The tests that is currently failing is due to the first file change notify event we receive is not actually the write. On other systems that doesn't seem to matter much but the CI machines disk seems to be slow enough that we actually copy and use the old version of the library. That is actually a good catch as it would have happened with growing libraries on other machines as well much likely.