Skip to content

Commit

Permalink
[#547] Use bazel v7.4.1 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elfenpiff committed Dec 16, 2024
1 parent 493d11f commit dbc22d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,17 @@ jobs:
internal/scripts/ci_prepare_ubuntu.sh
uname -a
- name: Set up Bazel
uses: bazel-contrib/[email protected]

- name: Run bazel build
env:
USE_BAZEL_VERSION: "7.4.1"
run: bazel build //...

- name: Run bazel test
env:
USE_BAZEL_VERSION: "7.4.1"
run: bazel test //...

grcov:
Expand Down

0 comments on commit dbc22d6

Please sign in to comment.