Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't fail if no tests and the user didn't provide a pattern (#3864
) # Description Workspaces typically contain some crates with no tests (especially binary crates that are only entry points). Running tests without specifying a test name on a crate won't fail with this PR if that crate has no tests. ## Problem\* Possible approach to #3863 ## Summary\* ## Additional Context ## Documentation\* Check one: - [ ] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[Exceptional Case]** Documentation to be submitted in a separate PR. # PR Checklist\* - [x] I have tested the changes locally. - [x] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.
- Loading branch information