-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: check for tests in all packages before failing due to an unsatis…
…fied test filter (#4114) # Description ## Problem\* Resolves <!-- Link to GitHub Issue --> ## Summary\* Currently if you're running tests in a workspace and are filtering them by name, if any of the packages doesn't contain a matching test then we will immediately return an error. This PR fixes this so that we wait until we have checked the entire workspace, should there still be no matching tests then we throw an error but otherwise pass. ## Additional Context ## Documentation\* Check one: - [x] 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
1 parent
bb1aa68
commit 1107373
Showing
1 changed file
with
52 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters