Skip to content

Commit

Permalink
ci: test no bzlmod for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc committed Jul 10, 2024
1 parent 70f3f00 commit ee4ae24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/gha/builds/macos-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ source module ci/lib/io.sh
mapfile -t args < <(bazel::common_args)
mapfile -t test_args < <(bazel::test_args)
mapfile -t integration_test_args < <(bazel::integration_test_args)
args+=(
# gRPC does not build on Windows + bzlmod
--noenable_bzlmod
)

TIMEFORMAT="==> 🕑 bazel test done in %R seconds"

Expand Down

0 comments on commit ee4ae24

Please sign in to comment.