You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
)
# 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.
Aim
Having a CI step that runs nargo tests on a workspace with multiple crates
Expected Behavior
Nargo test shouldn't fail at the first crate with no tests
Bug
It exits with an error
To Reproduce
Installation Method
None
Nargo Version
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: