### Version ```sh rstest 0.1.3 ``` ### Details Rstest can't rerun all tests when has command filter. <img width="592" height="273" alt="Image" src="https://github.com/user-attachments/assets/729a3ef7-e956-4c06-8352-b35fa9b34c3a" /> ### Reproduce link https://github.com/web-infra-dev/rsbuild/blob/main/examples/node ### Reproduce Steps - prepare two test files(`index.test.ts`, `index1.test.ts`) - run` npx rstest watch index1` - press `a` to rerun all tests - expect: run two files - actual: only rerun `index1.test.ts`