File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717common --keep_going
1818common --remote_upload_local_results
19+
20+ common:bzlmod --enable_bzlmod
21+ common:workspace --noenable_bzlmod
Load diff This file was deleted.
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments