aboutsummaryrefslogtreecommitdiff
path: root/.bazelci/presubmit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.bazelci/presubmit.yml')
-rw-r--r--.bazelci/presubmit.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index 90b25c8..ee3e3ef 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -15,6 +15,15 @@ tasks:
test_targets:
- "//..."
+ build_and_test_last_green:
+ name: Build and test - last green
+ platform: ${{ platform }}
+ bazel: last_green
+ build_targets:
+ - "//..."
+ test_targets:
+ - "//..."
+
bzlmod:
name: Bzlmod example
platform: ${{ platform }}