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
Previously, the CI ran "Explicit" xUnit tests across the entire solution, causing failures for projects without explicit tests. Now, the workflow targets only projects known to contain explicit tests, running dotnet test individually for each. This avoids unnecessary failures and ensures only relevant tests are executed.
0 commit comments