diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f48a810..1fa4dbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,4 +86,4 @@ jobs: - name: Install cppcheck run: sudo apt install -y cppcheck - name: Run cppcheck - run: cppcheck --language=c --enable=all -I inc/ -I inc/bdshemu -I bddisasm/include bddisasm/ bdshemu/ + run: cppcheck --error-exitcode=1 --language=c --enable=all -I inc/ -I inc/bdshemu -I bddisasm/include bddisasm/ bdshemu/