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
If you try to run a single unit test from a specific workspace errors are thrown. These errors all point to jsonrpsee.
Run command:
cargo test --package main --bin ripple -- service::user_grants::tests::test_grant_policy_enforcer::test_evaluate_options_no_options --exact --nocapture
This is only happening in some workspaces. This doesn't seem to happen if the jsonrpsee is not a dependency of that module
The workaround is to use test filtering but this is a worse experience for developers as:
You cannot use the "Run Test" button in the IDE
The test run output shows a report line for all modules and you have to find the filtered in test within it
The text was updated successfully, but these errors were encountered:
brendanobra
pushed a commit
to brendanobra/Ripple
that referenced
this issue
Feb 2, 2025
If you try to run a single unit test from a specific workspace errors are thrown. These errors all point to jsonrpsee.
Run command:
This is only happening in some workspaces. This doesn't seem to happen if the jsonrpsee is not a dependency of that module
The workaround is to use test filtering but this is a worse experience for developers as:
The text was updated successfully, but these errors were encountered: