✅ why dotnet test command in rider doesn't run the unit tests
Hello guys, when I try to run the unit test in rider IDE using the command dotnet test, it seems only the project is build but the unit tests aren't executed. Can someone explain why please.

