run-tests-on-os.yml: Removed project directory filter, since all projects are now published in one directory
diff --git a/build/azure-templates/run-tests-on-os.yml b/build/azure-templates/run-tests-on-os.yml
index 97c391a..92c80fc 100644
--- a/build/azure-templates/run-tests-on-os.yml
+++ b/build/azure-templates/run-tests-on-os.yml
@@ -135,10 +135,6 @@
         Write-Host $testBinaries
         foreach ($testBinary in $testBinaries) {
             $testName = [System.IO.Path]::GetFileNameWithoutExtension($testBinary.FullName)
-            $testDirectory = $testBinary.Directory.Name
-    
-            # Safety check - only run tests for the DLL that matches the directory name so we don't run the same one twice
-            if (!($testName -eq $testDirectory)) { continue }
     
             if ($maximumParalellJobs -gt 1) {
                 # Pause if we have queued too many parallel jobs