fix workflow.

This commit is contained in:
ArthurSonzogni
2025-04-24 03:16:12 +02:00
parent 4a75d49478
commit 38869c4aaa
2 changed files with 5 additions and 2 deletions

View File

@@ -62,6 +62,9 @@ jobs:
disk-cache: ${{ github.workflow }}
repository-cache: true
- name: "Build with Bazel"
run: bazel build ...
- name: "Tests with Bazel"
run: bazel run tests