Browse Source

add Grpc.Tools.Tests to SanityTest

Jan Tattermusch 7 năm trước cách đây
mục cha
commit
67c2d99189
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)
             {