Skip to content

Commit

Permalink
Add bzlmod CI job (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Jan 6, 2023
1 parent 134bf5c commit ba9397c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ tasks:
bazel: latest
<<: *mac_common

macos_latest_bzlmod:
name: "Latest Bazel using bzlmod"
bazel: latest
<<: *mac_common
build_flags:
- "--enable_bzlmod"

macos_last_green:
name: "Last Green Bazel"
bazel: last_green
Expand Down

0 comments on commit ba9397c

Please sign in to comment.