From 2c3eae6ea145d7ef9dade97f7e2a099aa6b301fc Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 21 Mar 2024 20:25:03 +0000 Subject: [PATCH] test: include compliance.proto in showcase tests --- noxfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noxfile.py b/noxfile.py index 8aa70a8021..397d2cffe3 100644 --- a/noxfile.py +++ b/noxfile.py @@ -250,6 +250,7 @@ def showcase_library( f"google/showcase/v1beta1/echo.proto", f"google/showcase/v1beta1/identity.proto", f"google/showcase/v1beta1/messaging.proto", + f"google/showcase/v1beta1/compliance.proto", ) session.run( *cmd_tup, external=True,