1 2 3 4 5 6 7
auto-test: @reflex -d none -R '^(target|.git)/' -r '^(Makefile|.*\.(rs|toml))$$' -- make test test: @cargo test -- --nocapture .PHONY: auto-test test