From 8b35a6bc329e9c4eb648e2e3aa64ca64532a961d Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Mon, 19 Aug 2024 16:42:51 -0700 Subject: [PATCH] Bazel: Just target flatc and flatbuffers_test for presubmit --- .bazelci/presubmit.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 2497ad41f..62ed30f79 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -33,6 +33,7 @@ platforms: macos: xcode_version: "14.3" build_targets: - - "//..." + - "//:flatbuffers" + - "//:flatc" test_targets: - - "//..." + - "//tests:flatbuffers_test"