Fix workflow file.

This commit is contained in:
ArthurSonzogni 2025-04-24 03:12:57 +02:00
parent c3d03dc716
commit 4a75d49478
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C

View File

@ -63,7 +63,7 @@ jobs:
repository-cache: true
- 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
# to make sure coverage has meaningful results