Setup bazel in workflow

This commit is contained in:
ArthurSonzogni 2025-04-24 03:05:01 +02:00
parent 45bf24f8ea
commit 053a1d8290
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C

View File

@ -56,7 +56,11 @@ jobs:
opencppcoverage: true
- name: "Install Bazel"
uses: bazelbuild/setup-bazel@v5
uses: bazel-contrib/setup-bazel@0.14.0
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
- name: "Tests with Bazel"
run: bazel run test