Skip to content

Commit

Permalink
Add crate universe bzlmod to presubmits.
Browse files Browse the repository at this point in the history
  • Loading branch information
matts1 committed Mar 30, 2023
1 parent 1f83f4e commit 7d87bcc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,12 +342,18 @@ tasks:
- "//..."
build_flags: *aspects_flags
soft_fail: yes
ubuntu2004_examples_bzlmod:
name: Bzlmod Examples
ubuntu2004_examples_bzlmod_hello_world:
name: Bzlmod hello world example
platform: ubuntu2004
working_directory: examples/bzlmod/hello_world
build_targets:
- "//..."
ubuntu2004_examples_bzlmod_crate_universe:
name: Bzlmod crate universe examples
platform: ubuntu2004
working_directory: examples/bzlmod/crate_universe
build_targets:
- "//..."
rbe_ubuntu1604_examples:
name: Examples
platform: rbe_ubuntu1604
Expand Down

0 comments on commit 7d87bcc

Please sign in to comment.