Skip to content

Commit

Permalink
Tweak bazel setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Maki committed Jan 16, 2025
1 parent 89f4887 commit a6ecf74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ jobs:
run: make tidy
- name: Test with coverage
run: make cover-${{ matrix.go_tags }}
- uses: bazelbuild/setup-bazelisk@v3
- uses: bazel-contrib/setup-bazel@529dbc2648ea79358c64f2bfa5f3ec98f07859e4 # v0.12.1
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
- run: bazel run //:gazelle-update-repos
- name: Check difference between generation code and commit code
run: make check_diffs

0 comments on commit a6ecf74

Please sign in to comment.