Skip to content

Commit

Permalink
don't run clang-tidy yet
Browse files Browse the repository at this point in the history
  • Loading branch information
zekun-shi committed Oct 27, 2023
1 parent b60ea67 commit fbe1c01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Test
run: |
make bazel-test
- name: Run clang-tidy
run: |
make clang-tidy
# - name: Run clang-tidy
# run: |
# make clang-tidy

0 comments on commit fbe1c01

Please sign in to comment.