Make sure we build as well as test //src/tools/execlog/... on CI.

PiperOrigin-RevId: 604423841
Change-Id: I641b5e75ae52dc65ecb264c87dc46426acf64cb1
diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml
index b9949dc..e39cd94 100644
--- a/.bazelci/postsubmit.yml
+++ b/.bazelci/postsubmit.yml
@@ -18,6 +18,7 @@
       - "//src:bazel_jdk_minimal"
       - "//src:test_repos"
       - "//src/main/java/..."
+      - "//src/tools/execlog/..."
     test_flags:
       - "--config=ci-linux"
       # Override REMOTE_NETWORK_ADDRESS since bazel_sandboxing_networking_test doesn't work on this platform
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index 59d7ba3..77552a5 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -19,6 +19,7 @@
       - "//src:bazel_jdk_minimal"
       - "//src:test_repos"
       - "//src/main/java/..."
+      - "//src/tools/execlog/..."
     test_flags:
       - "--config=ci-linux"
       # Override REMOTE_NETWORK_ADDRESS since bazel_sandboxing_networking_test doesn't work on this platform