Browse Source

add Grpc.Tools.Tests to SanityTest

Jan Tattermusch 7 years ago
parent
commit
67c2d99189
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/csharp/Grpc.Core.Tests/SanityTest.cs

+ 1 - 0
src/csharp/Grpc.Core.Tests/SanityTest.cs

@@ -102,6 +102,7 @@ namespace Grpc.Core.Tests
                 "Grpc.HealthCheck.Tests",
                 "Grpc.IntegrationTesting",
                 "Grpc.Reflection.Tests",
+                "Grpc.Tools.Tests",
             };
             foreach (var assemblyName in otherAssemblies)
             {