From 40597b5fc8ceb77457a536caa84212abdb6cc7d1 Mon Sep 17 00:00:00 2001 From: vindard <17693119+vindard@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:38:41 -0400 Subject: [PATCH] chore(core): remove schema-diff checks from 'test' job These checks are now included in //dev:check-sdls --- core/api/BUCK | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/api/BUCK b/core/api/BUCK index 1e8d95c08cf..873cefbd554 100644 --- a/core/api/BUCK +++ b/core/api/BUCK @@ -208,8 +208,6 @@ test_suite( ":check-type", ":check-yaml", ":check-circular-dependencies", - ":public-schema-diff", - ":admin-schema-diff", ":unit-tests", ], )