How to run tests from several assemblies via dotnetTest in parallel?
I have two assemblies which I pass to dotnetTest runner.
How can I run tests for this assemblies in parallel (I mean running tests from both assemblies simultaneously)? When I look to build logs, it seems like tests are run sequentally.
Please sign in to leave a comment.
Option --Parallel doesn't help, because step runs assemblies sequentally.