We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6666f8 commit 609950aCopy full SHA for 609950a
1 file changed
.github/workflows/ci-format-test-lint.yml
@@ -24,7 +24,7 @@ jobs:
24
run: bazel build //...
25
26
- name: Test
27
- run: bazel test //test/...
+ run: bazel test //tests/...
28
29
lint:
30
runs-on: ubuntu-latest
@@ -53,6 +53,7 @@ jobs:
53
style: "file" # Use .clang-format config file.
54
tidy-checks: "" # Use .clang-tidy config file.
55
database: "compile_commands.json"
56
+ version: "20"
57
extra-args: "--system-headers -fdiagnostics-absolute-paths"
58
59
- name: Fail fast?!
0 commit comments