Bacon fails to watch files on some projects
Open
- Dominant language
- Rust
- Stars
- 3.4k
- Forks
- 126
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 7
Description
I find that `bacon` does not re-run checks when modifying a file under `src/`. Adding `watch = ["src"]` to the job does not help. If I restart `bacon` the tests are run.
`cargo watch` does rerun the tests, so I'm guessing it uses a different file watcher?
Contributor guide
Assessment
This issue has not been assessed yet.