Skip to content

Commit bac53d9

Browse files
committed
Exclude compile-fail fixtures from cppcheck
1 parent 014abdb commit bac53d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Clang tidy
6464
run: clang-tidy src/mtimer.c -- -Iinclude
6565
- name: Cppcheck
66-
run: cppcheck --enable=warning,style,performance --error-exitcode=1 include src tests
66+
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
6767

6868
windows-msvc:
6969
runs-on: windows-2022

0 commit comments

Comments
 (0)