Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tests): it only runs when both blocking and async features are active #108

Open
oleonardolima opened this issue Nov 1, 2024 · 0 comments

Comments

@oleonardolima
Copy link
Collaborator

Describe the enhancement

As of working and debugging some PRs, I noticed that basically all of the tests only run when both blocking and async features are active, which is great in an adversarial scenario to guarantee that both are producing the same expected results given the same API usage.

However, the CI steps for using specific features, either blocking or async seem to only build the code, as the test is filtered out.

I think the tests should still run when either of blocking or async features are active.

Use case

Execute the test scenarios on every variation of the CI matrix.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant