浏览代码

add Grpc.Tools.Tests to SanityTest

Jan Tattermusch 7 年之前
父节点
当前提交
67c2d99189
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)
             {