Skip to content

Commit 84ce418

Browse files
committed
fix: Revert configurebb.sh
1 parent 08cbbb2 commit 84ce418

3 files changed

Lines changed: 9 additions & 16 deletions

File tree

.github/workflows/.bazelrc.ci

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616

1717
common --keep_going
1818
common --remote_upload_local_results
19+
20+
common:bzlmod --enable_bzlmod
21+
common:workspace --noenable_bzlmod

.github/workflows/configure_bazelrc.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/default.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ jobs:
8989
ln -s .github/workflows/.bazelrc.ci .bazelrc.ci
9090
bazel test --config ${{ matrix.sanitizer }} --config ${{ matrix.bzlmod_config }} //tests/sanitizers:${{ matrix.sanitizer }}_test
9191
coverage:
92+
strategy:
93+
matrix:
94+
bzlmod_config:
95+
- bzlmod
96+
- workspace
9297
runs-on: ubuntu-22.04
9398
steps:
9499
- uses: actions/checkout@v4
@@ -102,7 +107,7 @@ jobs:
102107
- name: Test Coverage
103108
run: |
104109
ln -s .github/workflows/.bazelrc.ci .bazelrc.ci
105-
bazel coverage //examples/hello_world_cpp:hello_world_cpp_test
110+
bazel coverage --config ${{ matrix.bzlmod_config }} //examples/hello_world_cpp:hello_world_cpp_test
106111
rbe:
107112
strategy:
108113
matrix:

0 commit comments

Comments
 (0)