Skip to content

Commit

Permalink
enable clang-tidy on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gen740 committed Jan 24, 2024
1 parent 7290ef3 commit 3613d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Build Debug
run: |
cmake -B build_debug -S . -DARGO_TESTS_ENABLE=true -GNinja -DCMAKE_BUILD_TYPE=Debug
cmake -B build_debug -S . -DARGO_TESTS_ENABLE=true -GNinja -DCMAKE_BUILD_TYPE=Debug -DARGO_CLANG_TIDY_ENABLE=ON
cmake --build build_debug
env:
CC: /usr/local/opt/llvm/bin/clang
Expand Down

0 comments on commit 3613d91

Please sign in to comment.