Skip to content

Commit 609950a

Browse files
committed
Fixed workflow file
Signed-off-by: Marcin Olko <molko@google.com>
1 parent b6666f8 commit 609950a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-format-test-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: bazel build //...
2525

2626
- name: Test
27-
run: bazel test //test/...
27+
run: bazel test //tests/...
2828

2929
lint:
3030
runs-on: ubuntu-latest
@@ -53,6 +53,7 @@ jobs:
5353
style: "file" # Use .clang-format config file.
5454
tidy-checks: "" # Use .clang-tidy config file.
5555
database: "compile_commands.json"
56+
version: "20"
5657
extra-args: "--system-headers -fdiagnostics-absolute-paths"
5758

5859
- name: Fail fast?!

0 commit comments

Comments
 (0)