1 parent 014abdb commit bac53d9Copy full SHA for bac53d9
1 file changed
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Clang tidy
64
run: clang-tidy src/mtimer.c -- -Iinclude
65
- name: Cppcheck
66
- run: cppcheck --enable=warning,style,performance --error-exitcode=1 include src tests
+ run: cppcheck --enable=warning,style,performance --error-exitcode=1 include src tests/test_all.c tests/consumers tests/find_package_consumer tests/add_subdirectory_consumer
67
68
windows-msvc:
69
runs-on: windows-2022
0 commit comments