Skip to content

Commit

Permalink
bzlmod: Test BCR test module on all platforms (#3479)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Mar 15, 2023
1 parent 21d5a29 commit 190f72c
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
@@ -1,4 +1,10 @@
---
matrix:
platform:
- ubuntu2004
- macos
- windows

tasks:
ubuntu1804_bazel400:
platform: ubuntu1804
Expand All @@ -21,9 +27,9 @@ tasks:
- "//..."
test_targets:
- "//..."
ubuntu2004_bcr_tests:
bcr_tests:
name: BCR test module
platform: ubuntu2004
platform: ${{ platform }}
working_directory: tests/bcr
build_flags:
- "--allow_yanked_versions=all"
Expand Down

0 comments on commit 190f72c

Please sign in to comment.