I am runnning all tests projects from solution level with a single command:
dotnet test how can I make all tests projects(assemblies) run in parallel?
In Visual Studio there is a simple button "Run tests in parallel" which works perfectly but I need to use dotnet core test command for CI.