Skip to content

Commit

Permalink
Run a bzlmod crates_vendor in presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 28, 2023
1 parent 2a0a83f commit be82581
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -630,12 +630,16 @@ tasks:
name: bzlmod BCR presubmit
platform: ubuntu2004
working_directory: examples/bzlmod/hello_world
run_targets:
- "//third-party:vendor"
test_targets:
- "//..."
macos_bzlmod_bcr:
name: bzlmod BCR presubmit
platform: macos
working_directory: examples/bzlmod/hello_world
run_targets:
- "//third-party:vendor"
test_targets:
- "//..."

Expand Down
2 changes: 2 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ bcr_test_module:
working_directory: examples/bzlmod/hello_world
name: "Run test module"
platform: ${{ platform }}
run_targets:
- "//third-party:vendor"
test_targets:
- "//..."

0 comments on commit be82581

Please sign in to comment.