Fix workflow file.

This commit is contained in:
ArthurSonzogni
2025-04-24 03:12:57 +02:00
parent c3d03dc716
commit 4a75d49478

View File

@@ -63,7 +63,7 @@ jobs:
repository-cache: true repository-cache: true
- name: "Tests with Bazel" - name: "Tests with Bazel"
run: bazel run test run: bazel run tests
# make sure coverage is only enabled for Debug builds, since it sets -O0 # make sure coverage is only enabled for Debug builds, since it sets -O0
# to make sure coverage has meaningful results # to make sure coverage has meaningful results