Skip to content

Fix spurious rebuild of reaction due to invalid file path

Baptiste Careil requested to merge bcareil/reaction:dev/fix-rebuild into main

I noticed reaction was being rebuilt every time I wanted to launch cargo test. It looks like it was caused to a reference to the non-existing file src/utils/cli.rs. I modified it to src/cli.rs, but is it still needed or could the line be removed?

Merge request reports

Loading