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"