Fix spurious rebuild of reaction due to invalid file path
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?